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