Searched refs:nested_container (Results 1 – 1 of 1) sorted by relevance
20 typedef typename std::vector<T> nested_container; typedef in nasty_vector21 typedef typename nested_container::value_type value_type;22 typedef typename nested_container::reference reference;23 typedef typename nested_container::const_reference const_reference;24 typedef typename nested_container::iterator iterator;25 typedef typename nested_container::const_iterator const_iterator;27 typedef typename nested_container::size_type size_type;28 typedef typename nested_container::difference_type difference_type;29 typedef typename nested_container::pointer pointer;30 typedef typename nested_container::const_pointer const_pointer;[all …]