6 typedef std::list<Ret> result_type;
7 template <
typename T_iterator> result_type operator()(T_iterator
first, T_iterator last)
const
12 lst.push_back(*
first);
14 lst.push_front(*
first);
front< Pair > first
Retrieve the first element of the pair Pair.
Definition: meta.hpp:2251
_t< detail::back_< L > > back
Return the last element in meta::list L.
Definition: meta.hpp:2103
Definition: list_accumulator.hpp:5