![]() |
Home | Libraries | People | FAQ | More |
boost::range_run_storage::concepts::Mutable_RangeRunStorage —
// In header: <boost/range_run_storage/concepts.hpp> template<typename S> struct Mutable_RangeRunStorage : public boost::range_run_storage::concepts::RangeRunStorage< S > { // types typedef result_of< op::ordered_inserter(typename add_reference< S >::type) >::type ordered_inserter_type; // construct/copy/destruct ~Mutable_RangeRunStorage(); // public member functions BOOST_CONCEPT_ASSERT((OrderedInserter< ordered_inserter_type, S >)) ; };
BOOST_CONCEPT_ASSERT((OrderedInserter< ordered_inserter_type, S >)) ;