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