Searched defs:bool_constant (Results 1 – 4 of 4) sorted by relevance
183 struct bool_constant struct185 static const bool value = B;
25 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
258 int bool_constant; member