GetFullSize
Description
Obtains the number of dimensions after dimension expansion.
Prototype
AxisIndex GetFullSize() const
Parameters
None
Returns
Length of a dimension expansion rule, or the dimension described by a dimension expansion rule
Restrictions
None
Example
ExpandDimsType type1("1001");
auto dim_num = type1.GetFullSize(); // dim_num=4
Parent topic: ExpandDimsType