Member predicate DatasizeofTypeOperator::getTypeOperand
Gets the contained type of this __datasizeof. For example,
the result is int in both cases below:
__datasizeof(int);
__datasizeof(42);
Gets the contained type of this __datasizeof. For example,
the result is int in both cases below:
__datasizeof(int);
__datasizeof(42);