Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/algorithm/transformation/
Derase.hpp28 struct compute_erase_last // put this in detail!!! struct
30 typedef typename result_of::end<Sequence>::type seq_last_type;
31 typedef typename convert_iterator<First>::type first_type;
38 type;
42 call(First const& first, mpl::false_) in call()
49 call(First const& first, mpl::true_) in call()
56 call(First const& first) in call()