Searched defs:container_traits (Results 1 – 1 of 1) sorted by relevance
10 struct container_traits { struct11 typedef typename Container::iterator iterator;12 typedef typename std::iterator_traits<iterator>::value_type value_type;13 typedef typename std::iterator_traits<iterator>::iterator_category iterator_category;16 enum { is_writable_iterator = 27 struct container_traits<Container&> struct31 struct container_traits<const Container> struct34 typedef typename Container::const_iterator iterator;