Searched defs:find_if_impl (Results 1 – 5 of 5) sorted by relevance
| /third_party/boost/boost/hana/ |
| D | find_if.hpp | 53 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()
|
| D | optional.hpp | 379 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()
|
| D | set.hpp | 159 struct find_if_impl<set_tag> { struct 161 static constexpr auto apply(Xs&& xs, Pred&& pred) { in apply()
|
| D | map.hpp | 417 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/ |
| D | infinite_set.cpp | 120 struct find_if_impl<infinite_set_tag> { struct 122 static constexpr auto apply(Set set, Pred p) { in apply()
|