Searched defs:other_allocator (Results 1 – 1 of 1) sorted by relevance
215 template <class U> friend class other_allocator; variable220 other_allocator() : data_(-1) {} in other_allocator() function221 explicit other_allocator(int i) : data_(i) {} in other_allocator() function222 template <class U> other_allocator(const other_allocator<U>& a) in other_allocator() function