Home
last modified time | relevance | path

Searched refs:nested_container (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dnasty_containers.hpp23 typedef typename std::vector<T> nested_container; typedef in nasty_vector
24 typedef typename nested_container::value_type value_type;
25 typedef typename nested_container::reference reference;
26 typedef typename nested_container::const_reference const_reference;
27 typedef typename nested_container::iterator iterator;
28 typedef typename nested_container::const_iterator const_iterator;
30 typedef typename nested_container::size_type size_type;
31 typedef typename nested_container::difference_type difference_type;
32 typedef typename nested_container::pointer pointer;
33 typedef typename nested_container::const_pointer const_pointer;
[all …]