#include #include int main() { class cls {}; std::cout << (std::is_compound::value ? "T is compound" : "T is not a compound") << '\n'; std::cout << (std::is_compound::value ? "T is compound" : "T is not a compound") << '\n'; }