Home | History | Annotate | Download | only in internal

Lines Matching refs:bool_constant

1473 struct bool_constant {
1474 typedef bool_constant<bool_value> type;
1477 template <bool bool_value> const bool bool_constant<bool_value>::value;
1479 typedef bool_constant<false> false_type;
1480 typedef bool_constant<true> true_type;