Searched refs:mp_repeat (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/mp11/test/ |
D | mp_repeat.cpp | 24 using boost::mp11::mp_repeat; in main() 39 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_repeat<L1, mp_false>, mp_list<>>)); in main() 40 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_repeat<L1, mp_true>, mp_list<>>)); in main() 41 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_repeat<L1, mp_int<2>>, mp_list<>>)); in main() 42 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_repeat<L1, mp_int<3>>, mp_list<>>)); in main() 43 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_repeat<L1, mp_size_t<31>>, mp_list<>>)); in main() 55 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_repeat<L2, mp_false>, mp_list<>>)); in main() 56 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_repeat<L2, mp_true>, mp_list<X1>>)); in main() 57 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_repeat<L2, mp_int<2>>, mp_list<X1, X1>>)); in main() 58 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_repeat<L2, mp_int<3>>, mp_list<X1, X1, X1>>)); in main() [all …]
|
D | Jamfile | 67 run mp_repeat.cpp ;
|
/third_party/boost/boost/gil/ |
D | bit_aligned_pixel_reference.hpp | 329 using channel_bit_sizes_t = mp11::mp_repeat 350 using channel_bit_sizes_t = mp11::mp_repeat
|
/third_party/boost/boost/mp11/ |
D | algorithm.hpp | 251 template<class L, class N> using mp_repeat = typename detail::mp_repeat_c_impl<L, std::size_t{ N::v… typedef 309 template<class L, class N> using mp_drop = typename detail::mp_drop_impl<L, mp_repeat<mp_list<void>…
|
/third_party/boost/libs/mp11/doc/mp11/ |
D | algorithm.adoc | 253 ## mp_repeat<L, N> 255 template<class L, class N> using mp_repeat = /*...*/;
|