Share via


table_result::table_result Constructor

Initializes a new instance of the azure::storage::table_result class.

table_result();

table_result(
   table_result&& other
);

Parameters

  • other
    A reference to a set of table_result on which to base the new instance.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

table_result Class