Searched refs:ic_true (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/integral_constant/
H A Dcall_operator.cc28 typedef std::integral_constant<bool, true> ic_true; typedef
35 static_assert( ic_true{}() == true, "true" );
H A Doperator_value_type.cc28 typedef std::integral_constant<bool, true> ic_true; typedef
35 static_assert( ic_true() == true, "" );

Completed in 77 milliseconds