Home | History | Annotate | Download | only in containers

Lines Matching refs:Container

18 // test container debugging
32 template <class Container = StringType, ContainerType CT = CT_String>
33 struct StringContainerChecks : BasicContainerChecks<Container, CT> {
34 using Base = BasicContainerChecks<Container, CT_String>;
35 using value_type = typename Container::value_type;
36 using allocator_type = typename Container::allocator_type;
37 using iterator = typename Container::iterator;
38 using const_iterator = typename Container::const_iterator;
61 Container C = makeContainer(N);
62 Container const& CC = C;
75 Container C = makeContainer(N);
76 Container const& CC = C;
86 Container C1 = makeContainer(N);