Searched defs:bool_constant (Results 1 – 7 of 7) sorted by relevance
45 using bool_constant = integral_constant<bool, __b>; variable
183 struct bool_constant struct185 static const bool value = B;
52 using bool_constant = integral_constant<bool, kValue>; variable
85 using bool_constant = integral_constant<bool, B>; variable102 struct bool_constant : public integral_constant<bool, B> {}; struct
254 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
262 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
263 int bool_constant; member