Home
last modified time | relevance | path

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

/third_party/boost/boost/hana/
Dfind_if.hpp53 struct find_if_impl<S, when<condition>> : default_ { struct
71 struct find_if_impl<Tag, when<Iterable<Tag>::value>> { struct
83 struct find_if_impl<T[N]> { struct
85 static constexpr auto find_if_helper(Xs&&, hana::false_) in find_if_helper()
89 static constexpr auto find_if_helper(Xs&& xs, hana::true_) in find_if_helper()
116 struct find_if_impl<S, when<hana::Struct<S>::value>> { struct
118 static constexpr decltype(auto) apply(X&& x, Pred&& pred) { in apply()
Doptional.hpp379 struct find_if_impl<optional_tag> { struct
381 static constexpr auto apply(hana::optional<T> const& opt, Pred&& pred) { in apply()
387 static constexpr auto apply(hana::optional<T>& opt, Pred&& pred) { in apply()
393 static constexpr auto apply(hana::optional<T>&& opt, Pred&& pred) { in apply()
401 static constexpr auto apply(hana::optional<> const&, Pred&&) in apply()
Dset.hpp159 struct find_if_impl<set_tag> { struct
161 static constexpr auto apply(Xs&& xs, Pred&& pred) { in apply()
Dmap.hpp417 struct find_if_impl<map_tag> { struct
419 static constexpr auto apply(M&& map, Pred&& pred) { in apply()
/third_party/boost/libs/hana/example/misc/
Dinfinite_set.cpp120 struct find_if_impl<infinite_set_tag> { struct
122 static constexpr auto apply(Set set, Pred p) { in apply()