Searched defs:make_bool (Results 1 – 4 of 4) sorted by relevance
49 struct make_bool { struct54 struct make_bool<int> {}; argument57 struct make_bool<double> {}; struct
254 struct make_bool struct256 static bool const lower =258 static bool const upper =267 > result_type;270 result_type operator()(Terminal const& term, unused_type) const in operator ()()
208 struct make_bool struct211 no_case;220 result_type;222 result_type operator()(unused_type, unused_type) const in operator ()()
173 def make_bool(v, arg_name): function