Searched defs:NonstandardAllocator (Results 1 – 1 of 1) sorted by relevance
194 struct NonstandardAllocator { struct195 using value_type =197 using pointer =199 using const_pointer =201 using reference = typename ::std::allocator<T>::value_type &;202 using const_reference =204 using size_type =206 using difference_type =210 struct rebind {218 NonstandardAllocator(const NonstandardAllocator<U> &) {} // NOLINT in NonstandardAllocator() argument[all …]