#include <iostream>#include <type_traits> using T = int; T main(){ std::cout << std::boolalpha << std::is_same<T, int>::value;}
Standard input is empty
true
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!