Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.cons/
H A Dcopy_assign.pass.cpp34 class counting_allocatorT { class
38 counting_allocatorT(int f) noexcept : foo(f) {} in counting_allocatorT() function in counting_allocatorT
41 …template <class U> counting_allocatorT(const counting_allocatorT<U>& other) noexcept {foo = other.… in counting_allocatorT() function in counting_allocatorT
42 …template <class U> bool operator==(const counting_allocatorT<U>& other) const noexcept { return fo… in operator ==()
43 …template <class U> bool operator!=(const counting_allocatorT<U>& other) const noexcept { return fo… in operator !=()
294 typedef counting_allocatorT<V> A; in main()