Searched refs:bool0 (Results 1 – 1 of 1) sorted by relevance
32 using bool0 = std::integer_sequence<bool>; in main() typedef44 static_assert ( std::is_same<bool0::value_type, bool>::value, "bool0 type wrong" ); in main()45 static_assert ( bool0::size() == 0, "bool0 size wrong" ); in main()