Home
last modified time | relevance | path

Searched defs:iterator_stability (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/pending/
Dcontainer_traits.hpp128 typedef typename Container::iterator_stability iterator_stability; typedef
147 unstable_tag iterator_stability(const std::vector< T, Alloc >&) in iterator_stability() function
156 typedef unstable_tag iterator_stability; typedef
174 stable_tag iterator_stability(const std::list< T, Alloc >&) in iterator_stability() function
183 typedef stable_tag iterator_stability; typedef
200 stable_tag iterator_stability(const std::set< Key, Cmp, Alloc >&) in iterator_stability() function
209 typedef stable_tag iterator_stability; typedef
226 stable_tag iterator_stability(const std::multiset< Key, Cmp, Alloc >&) in iterator_stability() function
235 typedef stable_tag iterator_stability; typedef
251 typedef stable_tag iterator_stability; typedef
[all …]