Search code examples
c++typeof

C++ typeof operator


very short question.

Is C++ typeof operator standard? de facto standard? which compilers do not provided it (besides Microsoft C++)?


Solution

  • The typeof operator is nonstandard, but the upcoming C++ standard will have decltype.