very short question.
Is C++ typeof operator standard? de facto standard? which compilers do not provided it (besides Microsoft C++)?
typeof
The typeof operator is nonstandard, but the upcoming C++ standard will have decltype.
decltype