Searched refs:mp_insert_c (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/mp11/test/ |
D | mp_insert.cpp | 31 using boost::mp11::mp_insert_c; in main() 37 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_insert_c<L1, 0>, L1>)); in main() 40 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_insert_c<L1, 0, Y1>, mp_list<Y1>>)); in main() 43 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_insert_c<L1, 0, Y1, Y2>, mp_list<Y1, Y2>>)); in main() 48 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_insert_c<L2, 0>, L2>)); in main() 49 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_insert_c<L2, 1>, L2>)); in main() 50 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_insert_c<L2, 2>, L2>)); in main() 51 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_insert_c<L2, 3>, L2>)); in main() 52 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_insert_c<L2, 4>, L2>)); in main() 53 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_insert_c<L2, 5>, L2>)); in main() [all …]
|
/third_party/boost/boost/parameter/aux_/ |
D | set.hpp | 26 using type = ::boost::mp11::mp_insert_c<S,0,K>;
|
/third_party/boost/libs/mp11/doc/mp11/ |
D | algorithm.adoc | 397 ## mp_insert_c<L, I, T...> 399 template<class L, std::size_t I, class... T> using mp_insert_c = 404 .mp_insert_c with two elements 409 |*mp_insert_c<L1, M, B~1~, B~2~>*|A~1~|...|A~m~|B~1~|B~2~|A~m+1~|...|A~n~ 417 Same as `mp_insert_c`, but with a type argument `I`.
|
/third_party/boost/boost/mp11/ |
D | algorithm.hpp | 1081 template<class L, std::size_t I, class... T> using mp_insert_c = mp_append<mp_take_c<L, I>, mp_push… typedef
|