Home | History | Annotate | Download | only in include

Lines Matching defs:bool_constant

2525 struct bool_constant {
2526 typedef bool_constant<bool_value> type;
2529 template <bool bool_value> const bool bool_constant<bool_value>::value;
2531 typedef bool_constant<false> false_type;
2532 typedef bool_constant<true> true_type;
7581 : public bool_constant<