Searched defs:bool_constant (Results 1 – 4 of 4) sorted by relevance
26 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
183 struct bool_constant struct185 static const bool value = B;
1237 struct bool_constant { struct1238 typedef bool_constant<bool_value> type; argument1241 template <bool bool_value> const bool bool_constant<bool_value>::value; argument
229 int bool_constant; member