int main() { static_assert(Is_Set::value); static_assert(!Is_Set::value); static_assert(!Is_Set::value); }