Searched defs:stateful_allocator (Results 1 – 1 of 1) sorted by relevance
1754 struct stateful_allocator { struct1756 stateful_allocator() = default; argument1759 constexpr stateful_allocator(const stateful_allocator<U>& src) noexcept : state(src.state) {} in stateful_allocator() function1771 bool operator==(const stateful_allocator<T>& lhs, const stateful_allocator<U>& rhs) { return lhs.st… in operator ==() argument