Home
last modified time | relevance | path

Searched refs:coll_t (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/range/test/
Dsub_range.cpp183 typedef std::vector<int> coll_t; in const_propagation_mutable_collection() typedef
184 typedef boost::sub_range<coll_t> sub_range_t; in const_propagation_mutable_collection()
186 coll_t c; in const_propagation_mutable_collection()
208 typedef std::vector<int> coll_t; in const_propagation_const_collection() typedef
209 typedef boost::sub_range<const coll_t> sub_range_t; in const_propagation_const_collection()
211 coll_t c; in const_propagation_const_collection()