Searched defs:all_of (Results 1 – 7 of 7) sorted by relevance
31 BOOST_CXX14_CONSTEXPR bool all_of ( InputIterator first, InputIterator last, Predicate p ) in all_of() function47 BOOST_CXX14_CONSTEXPR bool all_of ( const Range &r, Predicate p ) in all_of() function
38 constexpr auto all_of = [](auto&& xs, auto&& predicate) { in __anon3ee7547b0102() variable
38 constexpr auto all_of = [](auto&& xs, auto&& predicate) { in __anon13d074c80102() variable
30 inline bool all_of(InputIterator first, in all_of() function
174 all_of(F &&f, Rs &&... rs) { in all_of() function
53 BOOST_POLY_COLLECTION_DEFINE_OVERLOAD_SET(std_all_of,std::all_of) in BOOST_POLY_COLLECTION_DEFINE_OVERLOAD_SET()