Home
last modified time | relevance | path

Searched refs:compressed_pair (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/boost/detail/
Dcompressed_pair.hpp39 class compressed_pair;
134 void swap(::boost::compressed_pair<T1, T2>& y) in swap()
177 void swap(::boost::compressed_pair<T1,T2>& y) in swap()
219 void swap(::boost::compressed_pair<T1,T2>& y) in swap()
264 void swap(::boost::compressed_pair<T1,T2>&) {} in swap()
302 void swap(::boost::compressed_pair<T1,T2>&) {} in swap()
336 void swap(::boost::compressed_pair<T1, T2>& y) in swap()
349 class compressed_pair class
376 compressed_pair() : base() {} in compressed_pair() function in boost::compressed_pair
377 compressed_pair(first_param_type x, second_param_type y) : base(x, y) {} in compressed_pair() function in boost::compressed_pair
[all …]
Dob_compressed_pair.hpp51 class compressed_pair;
115 compressed_pair_0(const ::boost::compressed_pair<T1,T2>& x) in compressed_pair_0()
167 compressed_pair_1(const ::boost::compressed_pair<T1,T2>& x) in compressed_pair_1()
207 compressed_pair_2(const ::boost::compressed_pair<T1,T2>& x) in compressed_pair_2()
254 compressed_pair_3(const ::boost::compressed_pair<T1,T2>& x) in compressed_pair_3()
287 compressed_pair_4(const ::boost::compressed_pair<T1,T2>& x) in compressed_pair_4()
325 compressed_pair_5(const ::boost::compressed_pair<T1,T2>& c) in compressed_pair_5()
415 class compressed_pair : public detail::compressed_pair_traits<T1, T2>::type class
429 compressed_pair() : base_type() {} in compressed_pair() function in boost::compressed_pair
430 compressed_pair(first_param_type x, second_param_type y) : base_type(x, y) {} in compressed_pair() function in boost::compressed_pair
[all …]
/third_party/boost/libs/utility/test/
Dcompressed_pair_test.cpp78 boost::compressed_pair<T1,T2> cp1; in test()
80 boost::compressed_pair<T1,T2> cp2(p1); in test()
85 boost::compressed_pair<T1,T2> cp3(p2); in test()
90 boost::compressed_pair<T1,T2> cp4(p1, p2); in test()
93 boost::compressed_pair<T1,T2> cp5(p3, p4); in test()
97 const boost::compressed_pair<T1,T2>& cpr1 = cp4; in test()
102 boost::compressed_pair<T1,T2> cp6(cp4); in test()
150 boost::compressed_pair<T1,T2> cp4(p1, p2); in test()
153 boost::compressed_pair<T1,T2> cp5(p3, p4); in test()
157 const boost::compressed_pair<T1,T2>& cpr1 = cp4; in test()
[all …]
Dcompressed_pair_final_test.cpp38 boost::compressed_pair<T1, T2> p; in test()
/third_party/boost/libs/utility/doc/
Dcompressed_pair.qbk26 All of the contents of `<boost/compressed_pair.hpp>` are defined inside
29 The class `compressed_pair` is very similar to `std::pair`, but if either of
38 class compressed_pair
50 compressed_pair() : base() {}
51 compressed_pair(first_param_type x, second_param_type y);
52 explicit compressed_pair(first_param_type x);
53 explicit compressed_pair(second_param_type y);
55 compressed_pair& operator=(const compressed_pair&);
63 void swap(compressed_pair& y);
69 `compressed_pair` can be instantiated for reference and array types,
[all …]
DJamfile.v264 xml compressed_pair : compressed_pair.qbk ;
67 compressed_pair
70 <xsl:param>root.filename=compressed_pair
/third_party/boost/boost/hof/
Ddecorate.hpp97 : compressed_pair<compressed_pair<D, T>, F>
100 typedef compressed_pair<compressed_pair<D, T>, F> base;
105 constexpr const compressed_pair<D, T>& get_pair(Ts&&... xs) const noexcept in BOOST_HOF_INHERIT_CONSTRUCTOR()
160 : compressed_pair<D, T>
162 typedef compressed_pair<D, T> base;
179 …HROW_CONSTRUCTIBLE(decorator_invoke<D, T, detail::callable_base<F>>, compressed_pair<D, T>, detail… in operator ()()
Dcapture.hpp78 struct capture_invoke : detail::compressed_pair<detail::callable_base<F>, Pack>, detail::function_r…
81 typedef detail::compressed_pair<detail::callable_base<F>, Pack> base;
Dreverse_fold.hpp112 : detail::compressed_pair<detail::callable_base<F>, State>
114 typedef detail::compressed_pair<detail::callable_base<F>, State> base_type;
Dfold.hpp110 : detail::compressed_pair<detail::callable_base<F>, State>
112 typedef detail::compressed_pair<detail::callable_base<F>, State> base_type;
Dcompose.hpp93 struct compose_kernel : detail::compressed_pair<F1, F2>, compose_function_result_type<F1, F2>
95 typedef detail::compressed_pair<F1, F2> base_type;
Dflow.hpp92 struct flow_kernel : detail::compressed_pair<detail::callable_base<F1>, detail::callable_base<F2>>,…
94 typedef detail::compressed_pair<detail::callable_base<F1>, detail::callable_base<F2>> base_type;
Dfirst_of.hpp154 struct conditional_kernel : compressed_pair<F1, F2>
156 typedef compressed_pair<F1, F2> base;
Dproj.hpp179 struct proj_adaptor : detail::compressed_pair<detail::callable_base<Projection>, detail::callable_b…
182 … typedef detail::compressed_pair<detail::callable_base<Projection>, detail::callable_base<F>> base;
Dlazy.hpp150 : detail::compressed_pair<F, Pack>
152 typedef detail::compressed_pair<F, Pack> base_type;
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/
Ddecorate.hpp.txt90 #include <boost/hof/detail/compressed_pair.hpp>
96 // : compressed_pair<compressed_pair<F, T>, D>
97 : compressed_pair<compressed_pair<D, T>, F>
99 // typedef compressed_pair<F, T> base;
100 typedef compressed_pair<compressed_pair<D, T>, F> base;
105 constexpr const compressed_pair<D, T>& get_pair(Ts&&... xs) const noexcept
160 : compressed_pair<D, T>
162 typedef compressed_pair<D, T> base;
179 …HROW_CONSTRUCTIBLE(decorator_invoke<D, T, detail::callable_base<F>>, compressed_pair<D, T>, detail…
Dflow.hpp.txt81 #include <boost/hof/detail/compressed_pair.hpp>
92 struct flow_kernel : detail::compressed_pair<detail::callable_base<F1>, detail::callable_base<F2>>,…
94 typedef detail::compressed_pair<detail::callable_base<F1>, detail::callable_base<F2>> base_type;
Dcompose.hpp.txt82 #include <boost/hof/detail/compressed_pair.hpp>
93 struct compose_kernel : detail::compressed_pair<F1, F2>, compose_function_result_type<F1, F2>
95 typedef detail::compressed_pair<F1, F2> base_type;
Dcapture.hpp.txt12 #include <boost/hof/detail/compressed_pair.hpp>
78 struct capture_invoke : detail::compressed_pair<detail::callable_base<F>, Pack>, detail::function_r…
81 typedef detail::compressed_pair<detail::callable_base<F>, Pack> base;
Dfold.hpp.txt82 #include <boost/hof/detail/compressed_pair.hpp>
110 : detail::compressed_pair<detail::callable_base<F>, State>
112 typedef detail::compressed_pair<detail::callable_base<F>, State> base_type;
Dreverse_fold.hpp.txt84 #include <boost/hof/detail/compressed_pair.hpp>
112 : detail::compressed_pair<detail::callable_base<F>, State>
114 typedef detail::compressed_pair<detail::callable_base<F>, State> base_type;
Dfirst_of.hpp.txt85 #include <boost/hof/detail/compressed_pair.hpp>
154 struct conditional_kernel : compressed_pair<F1, F2>
156 typedef compressed_pair<F1, F2> base;
Dproj.hpp.txt89 #include <boost/hof/detail/compressed_pair.hpp>
179 struct proj_adaptor : detail::compressed_pair<detail::callable_base<Projection>, detail::callable_b…
182 … typedef detail::compressed_pair<detail::callable_base<Projection>, detail::callable_base<F>> base;
/third_party/boost/boost/hof/detail/
Dcompressed_pair.hpp25 struct compressed_pair;
84 struct compressed_pair<First, Second> struct
93 constexpr compressed_pair(X&& x, Y&& y) in compressed_pair() argument
98 BOOST_HOF_INHERIT_DEFAULT(compressed_pair, first_base, second_base) in BOOST_HOF_INHERIT_DEFAULT() argument
121 constexpr compressed_pair<T, U> make_compressed_pair(T x, U y) in make_compressed_pair()
/third_party/boost/libs/utility/doc/html/
Dstandalone_compressed_pair_HTML.manifest1 compressed_pair.html

12