Lines Matching defs:nt2
96 typename Container::node_type nt1, nt2 = c.extract(c.emplace().first);
97 assert(nt2.get_allocator() == c.get_allocator());
98 assert(!nt2.empty());
100 std::swap(nt1, nt2);
102 assert(nt2.empty());
110 typename Container::node_type nt1, nt2 = c.extract(c.emplace());
111 assert(nt2.get_allocator() == c.get_allocator());
112 assert(!nt2.empty());
114 std::swap(nt1, nt2);
116 assert(nt2.empty());