62struct ORCUS_SPM_DLLPUBLIC table_t
64 typedef std::vector<table_column_t> columns_type;
66 std::size_t identifier;
68 std::string_view name;
69 std::string_view display_name;
71 ixion::abs_range_t range;
73 std::size_t totals_row_count;
80 table_t(
const table_t& other) =
delete;
81 table_t(table_t&& other);
84 table_t& operator=(
const table_t& other) =
delete;
85 table_t& operator=(table_t&& other);