Home
last modified time | relevance | path

Searched defs:insert_range (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/fusion/algorithm/transformation/
Dinsert_range.hpp24 struct insert_range struct
26 typedef typename convert_iterator<Position>::type pos_type;
27 typedef typename result_of::begin<Sequence>::type first_type;
28 typedef typename result_of::end<Sequence>::type last_type;
30 typedef iterator_range<first_type, pos_type> left_type;
31 typedef iterator_range<pos_type, last_type> right_type;
32 typedef joint_view<left_type, Range> left_insert_type;
33 typedef joint_view<left_insert_type, right_type> type;
40 insert_range(Sequence const& seq, Position const& pos, Range const& range) in insert_range() function
/third_party/boost/boost/mpl/
Dinsert_range.hpp30 struct insert_range struct
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dinsert_range.hpp41 constexpr auto insert_range = [](auto&& xs, auto&& n, auto&& elements) { in __anon19560e900102() variable
/third_party/boost/boost/hana/fwd/
Dinsert_range.hpp41 constexpr auto insert_range = [](auto&& xs, auto&& n, auto&& elements) { in __anonce66565d0102() variable
/third_party/boost/libs/mpl/doc/src/refmanual/
Dinsert_range.rst3 insert_range title
/third_party/boost/libs/unordered/test/helpers/
Dtracker.hpp108 template <class It> void insert_range(It b, It e) in insert_range() function in test::ordered
/third_party/boost/boost/sort/common/
Dscheduler.hpp182 void insert_range(it_func first, it_func last) in insert_range() function