Share via


block_list_item::operator= Operator

Returns a reference to a block_list_item object.

block_list_item& operator=(
   block_list_item&& other
);

Parameters

  • other
    A reference to a set of block_list_item to use to set properties.

Return Value

A block_list_item object with properties set.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

block_list_item Class