Searched refs:counting_allocatorF (Results 1 – 1 of 1) sorted by relevance
57 class counting_allocatorF { class61 counting_allocatorF(int f) noexcept : foo(f) {} in counting_allocatorF() function in counting_allocatorF64 …template <class U> counting_allocatorF(const counting_allocatorF<U>& other) noexcept {foo = other.… in counting_allocatorF() function in counting_allocatorF65 …template <class U> bool operator==(const counting_allocatorF<U>& other) const noexcept { return fo… in operator ==()66 …template <class U> bool operator!=(const counting_allocatorF<U>& other) const noexcept { return fo… in operator !=()328 typedef counting_allocatorF<V> A; in main()