Home
last modified time | relevance | path

Searched defs:any_of_impl (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/hana/
Dany_of.hpp53 struct any_of_impl<S, when<condition>> : default_ { struct
59 struct any_of_impl<S, when<Sequence<S>::value>> { struct
66 : any_of_impl::any_of_helper<k + 1, Len>::apply( in apply() argument
97 return any_of_impl::any_of_helper<0, len>::apply(hana::false_c, in apply() argument
105 struct any_of_impl<It, when< struct
110 … static constexpr auto lazy_any_of_helper(hana::false_, bool prev_cond, Xs&& xs, Pred&& pred) { in lazy_any_of_helper()
122 static constexpr auto lazy_any_of_helper(hana::false_, hana::true_, Xs&&, Pred&&) in lazy_any_of_helper()
149 struct any_of_impl<T[N]> { argument
151 static constexpr bool any_of_helper(bool cond, Xs&& xs, Pred&& pred) { in any_of_helper()
183 struct any_of_impl<S, when<hana::Struct<S>::value>> { struct
[all …]
Dset.hpp167 struct any_of_impl<set_tag> { struct
169 struct any_of_helper {
181 static constexpr auto apply(Xs const& xs, Pred const& pred) { in apply()
Doptional.hpp406 struct any_of_impl<optional_tag> { struct
408 static constexpr auto apply(hana::optional<T> const& opt, Pred&& pred) in apply()
412 static constexpr hana::false_ apply(hana::optional<> const&, Pred&&) in apply()
Dmap.hpp443 struct any_of_impl<map_tag> { struct
445 static constexpr auto apply(M const& map, Pred const& pred) in apply()
/third_party/boost/libs/hana/example/misc/
Dinfinite_set.cpp129 struct any_of_impl<infinite_set_tag> { struct
131 static constexpr auto apply(Set set, Pred p) { in apply()