Home
last modified time | relevance | path

Searched defs:equal_to (Results 1 – 25 of 61) sorted by relevance

123

/third_party/boost/boost/geometry/index/
Dequal_to.hpp152 struct equal_to struct
155 typedef bool result_type;
165 inline bool operator()(Value const& l, Value const& r, Strategy const& strategy) const in operator ()()
181 struct equal_to<std::pair<T1, T2>, false> struct
184 typedef bool result_type;
194 inline bool operator()(std::pair<T1, T2> const& l, std::pair<T1, T2> const& r, in operator ()()
210 struct equal_to<boost::tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>, false> struct
212 typedef boost::tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> value_type;
215 typedef bool result_type;
225 inline bool operator()(value_type const& l, value_type const& r, in operator ()()
[all …]
/third_party/boost/boost/geometry/policies/
Dcompare.hpp231 struct equal_to struct
233 typedef Point first_argument_type;
234 typedef Point second_argument_type;
235 typedef bool result_type;
237 bool operator()(Point const& left, Point const& right) const in operator ()()
252 struct equal_to<void, Dimension, CSTag> struct
254 typedef bool result_type;
257 bool operator()(Point1 const& left, Point2 const& right) const in operator ()()
272 struct equal_to<Point, Dimension, void> struct
274 typedef Point first_argument_type;
[all …]
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dhas_spikes.hpp46 struct equal_to struct
48 Point const& m_point;
50 equal_to(Point const& point) in equal_to() function
55 inline bool operator()(OtherPoint const& other) const in operator ()()
/third_party/boost/boost/hana/
Dfind.hpp42 struct equal_to { struct
56 detail::equal_to<Key>{key}); in apply()
Dat_key.hpp65 struct equal_to { struct
79 static_cast<Xs&&>(xs), at_key_detail::equal_to<Key>{key})); in apply()
/third_party/boost/libs/hana/include/boost/hana/
Dfind.hpp42 struct equal_to { struct
56 detail::equal_to<Key>{key}); in apply()
Dat_key.hpp65 struct equal_to { struct
79 static_cast<Xs&&>(xs), at_key_detail::equal_to<Key>{key})); in apply()
/third_party/boost/libs/pfr/include/boost/pfr/
Dfunctors.hpp41 template <class T = void> struct equal_to { struct
43 bool operator()(const T& x, const T& y) const { in operator ()()
49 typedef std::true_type is_transparent;
58 template <> struct equal_to<void> { struct
60 bool operator()(const T& x, const U& y) const { in operator ()()
64 typedef std::true_type is_transparent;
/third_party/boost/boost/pfr/
Dfunctors.hpp41 template <class T = void> struct equal_to { struct
43 bool operator()(const T& x, const T& y) const { in operator ()()
49 typedef std::true_type is_transparent;
58 template <> struct equal_to<void> { struct
60 bool operator()(const T& x, const U& y) const { in operator ()()
64 typedef std::true_type is_transparent;
/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_distance_se_common.hpp60 struct equal_to struct
62 static inline void apply(Value const& x, Value const& y) in apply()
69 struct equal_to<double, Dummy> struct
71 static inline void apply(double x, double y) in apply()
Dtest_distance_geo_common.hpp292 struct equal_to struct
294 static inline void apply(Value const& x, Value const& y) in apply()
301 struct equal_to<double, Dummy> struct
303 static inline void apply(double x, double y) in apply()
/third_party/boost/boost/log/utility/functional/
Dlogical.hpp69 struct equal_to struct
71 typedef bool result_type;
74 bool operator() (T const& left, U const& right) const in operator ()()
81 static bool op(T const& left, U const& right, false_type) in op()
86 static bool op(T const& left, U const& right, true_type) in op()
/third_party/boost/libs/unordered/test/unordered/
Dcompile_set.cpp121 std::equal_to<int> equal_to; in UNORDERED_AUTO_TEST() local
163 test::minimal::equal_to<test::minimal::assignable> equal_to(x); in UNORDERED_AUTO_TEST() local
197 test::minimal::equal_to<test::minimal::movable1> equal_to(x); in UNORDERED_AUTO_TEST() local
229 test::minimal::equal_to<test::minimal::movable2> equal_to(x); in UNORDERED_AUTO_TEST() local
261 test::minimal::equal_to<test::minimal::destructible> equal_to(x); in UNORDERED_AUTO_TEST() local
Dcompile_map.cpp128 std::equal_to<int> equal_to; in UNORDERED_AUTO_TEST() local
173 test::minimal::equal_to<test::minimal::assignable> equal_to(x); in UNORDERED_AUTO_TEST() local
/third_party/boost/libs/qvm/test/
Dcmp_vv_test.cpp41 equal_to struct
45 operator()( T const & a, U const & b ) in operator ()()
Dcmp_mm_test.cpp46 equal_to struct
50 operator()( T const & a, U const & b ) in operator ()()
/third_party/boost/boost/numeric/conversion/detail/
Dmeta.hpp26 struct equal_to struct
30 enum { x = ( BOOST_MPL_AUX_VALUE_WKND(T1)::value == BOOST_MPL_AUX_VALUE_WKND(T2)::value ) };
34 typedef mpl::bool_<value> type;
/third_party/boost/boost/geometry/strategies/
Dcompare.hpp64 struct equal_to struct
67 static inline bool apply(T1 const& , T2 const& ) in apply()
/third_party/boost/boost/fusion/iterator/detail/
Dsegmented_iterator.hpp117 struct equal_to struct
122 struct equal_to<It1, It2, Size, Size> struct
/third_party/boost/boost/fusion/sequence/comparison/
Dequal_to.hpp29 equal_to(Seq1 const& a, Seq2 const& b) in equal_to() function
/third_party/boost/libs/mpl/doc/src/refmanual/
Dequal_to.rst3 equal_to title
/third_party/boost/boost/fusion/adapted/boost_tuple/
Dboost_tuple_iterator.hpp143 struct equal_to struct
161 struct equal_to struct
/third_party/boost/boost/fusion/iterator/
Diterator_facade.hpp32 struct equal_to // default implementation struct
Dequal_to.hpp68 struct equal_to struct
/third_party/boost/boost/smart_ptr/
Dweak_ptr.hpp315 template<class T> struct equal_to< ::boost::weak_ptr<T> > struct
317 …perator()( ::boost::weak_ptr<T> const & a, ::boost::weak_ptr<T> const & b ) const BOOST_SP_NOEXCEPT in operator ()()

123