Searched defs:container_traits (Results 1 – 2 of 2) sorted by relevance
22 template <typename T> struct container_traits { struct43 T, enable_if_t<container_traits<T>::is_element && argument
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;