Home
last modified time | relevance | path

Searched defs:contains_impl (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/mpl/aux_/
Dcontains_impl.hpp31 struct contains_impl struct
33 template< typename Sequence, typename T > struct apply
/third_party/boost/boost/mpl/map/aux_/
Dcontains_impl.hpp27 struct contains_impl< aux::map_tag > struct
29 template< typename Map, typename Pair > struct apply
/third_party/boost/boost/hana/
Dcontains.hpp42 struct contains_impl<S, when<condition>> : default_ { struct
44 static constexpr auto apply(Xs&& xs, X&& x) { in apply()
Dstring.hpp305 struct contains_impl<string_tag> { struct
330 return hana::if_(contains_impl<string_tag>::apply(str, c), in apply() argument
Drange.hpp234 struct contains_impl<range_tag> { struct
236 static constexpr auto apply(range<T, from, to> const&, N const&) { in apply()
Dmap.hpp429 struct contains_impl<map_tag> { struct
431 static constexpr auto apply(Map const&, Key const&) { in apply()
/third_party/boost/libs/hana/include/boost/hana/
Dcontains.hpp42 struct contains_impl<S, when<condition>> : default_ { struct
44 static constexpr auto apply(Xs&& xs, X&& x) { in apply()
Dstring.hpp305 struct contains_impl<string_tag> { struct
330 return hana::if_(contains_impl<string_tag>::apply(str, c), in apply() argument
Drange.hpp234 struct contains_impl<range_tag> { struct
236 static constexpr auto apply(range<T, from, to> const&, N const&) { in apply()
Dmap.hpp429 struct contains_impl<map_tag> { struct
431 static constexpr auto apply(Map const&, Key const&) { in apply()
/third_party/boost/libs/hana/include/boost/hana/experimental/
Dtypes.hpp126 struct contains_impl<hana::experimental::types_tag> { struct
128 struct is_same_as {
/third_party/boost/boost/hana/experimental/
Dtypes.hpp126 struct contains_impl<hana::experimental::types_tag> { struct
128 struct is_same_as {
/third_party/boost/libs/geometry/index/test/rtree/
Dtest_rtree.hpp871 struct contains_impl struct
874 static void apply(Rtree const& tree, std::vector<Value> const& input, Box const& qbox) in apply()
895 struct contains_impl<bg::point_tag> struct
898 … static void apply(Rtree const& /*tree*/, std::vector<Value> const& /*input*/, Box const& /*qbox*/) in apply()
903 struct contains_impl<bg::segment_tag> struct
906 … static void apply(Rtree const& /*tree*/, std::vector<Value> const& /*input*/, Box const& /*qbox*/) in apply()