Searched defs:const_iterator_of (Results 1 – 2 of 2) sorted by relevance
150 struct const_iterator_of struct152 typedef typename collection_traits<C>::const_iterator type;
132 struct const_iterator_of struct134 typedef typename remove_cv<T>::type bare_t;135 typedef typename customization_of<bare_t>::type cust_t;136 typedef typename cust_t::template meta<bare_t>::const_iterator type;