Home
last modified time | relevance | path

Searched refs:construct_from_tuple (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/mp11/test/
Dconstruct_from_tuple.cpp44 using boost::mp11::construct_from_tuple; in main()
50 T1 t1 = construct_from_tuple<T1>( tp ); in main()
58 T1 t1 = construct_from_tuple<T1>( std::move(tp) ); in main()
70 T1 t1 = construct_from_tuple<T1>( tp ); in main()
78 T1 t1 = construct_from_tuple<T1>( std::move(tp) ); in main()
92 T2 t2 = construct_from_tuple<T2>( std::move(tp) ); in main()
105 T1 t1 = construct_from_tuple<T1>( tp ); in main()
113 T1 t1 = construct_from_tuple<T1>( std::move(tp) ); in main()
125 T1 t1 = construct_from_tuple<T1>( tp ); in main()
133 T1 t1 = construct_from_tuple<T1>( std::move(tp) ); in main()
[all …]
Dconstruct_from_tuple_cx.cpp38 using boost::mp11::construct_from_tuple; in main()
43 constexpr auto r = construct_from_tuple<T1>( tp ); in main()
53 constexpr auto r = construct_from_tuple<T1>( tp ); in main()
63 constexpr auto r = construct_from_tuple<T1>( tp ); in main()
77 constexpr auto r = construct_from_tuple<T1>( tp ); in main()
DJamfile157 run construct_from_tuple.cpp ;
/third_party/boost/libs/mp11/doc/mp11/
Dtuple.adoc23 ## construct_from_tuple<T>(tp)
25 template<class T, class Tp> T construct_from_tuple(Tp&& tp);
27 `construct_from_tuple<T>(tp)` returns `T(std::get<J>(std::forward<Tp>(tp))...)` for `J` in 0..`N-1`,
/third_party/boost/boost/mp11/
Dtuple.hpp63 BOOST_MP11_CONSTEXPR T construct_from_tuple( Tp && tp ) in construct_from_tuple() function
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp1582 void construct_from_tuple(Alloc&, T* ptr, \
1601 void construct_from_tuple(Alloc&, T* ptr, boost::tuple<>) in construct_from_tuple() function
1632 void construct_from_tuple(Alloc&, T* ptr, std::tuple<>) in construct_from_tuple() function
1707 void construct_from_tuple(Alloc& alloc, T* ptr, Tuple const& x) in construct_from_tuple() function
1788 boost::unordered::detail::func::construct_from_tuple( in construct_from_args()
1792 boost::unordered::detail::func::construct_from_tuple( in construct_from_args()
1824 boost::unordered::detail::func::construct_from_tuple( in construct_from_args()
1828 boost::unordered::detail::func::construct_from_tuple( in construct_from_args()
1904 boost::unordered::detail::func::construct_from_tuple( in BOOST_PP_INC()
1908 boost::unordered::detail::func::construct_from_tuple( in BOOST_PP_INC()