Searched defs:is_any (Results 1 – 7 of 7) sorted by relevance
192 bool is_any() const { return is_any_; } in is_any() function194 void set_is_any(bool is_any) { is_any_ = is_any; } in set_is_any()
44 struct is_any { struct46 static bool test(Ch, const std::locale&) { return true; } in test()
66 gboolean is_any; member
192 struct is_any : ::boost::mpl::false_ {}; struct195 struct is_any<any<Concept, T> > : ::boost::mpl::true_ {}; struct
214 bool is_any; member
9171 bool is_any; member