![]() |
Home | Libraries | People | FAQ | More |
boost::range_run_storage::difference1 —
// In header: <boost/range_run_storage/difference1.hpp> template<typename Base> struct difference1 { // types typedef iterator_difference< Base >::type difference_type; typedef unit_run< difference_type > result_type; // construct/copy/destruct difference1(Base); // public member functions result_type operator()(Base const &) const; };