Searched defs:AllocatorHolder (Results 1 – 1 of 1) sorted by relevance
113 AllocatorHolder(const Alloc &A) : Alloc(A) {} in AllocatorHolder() function114 AllocatorHolder(Alloc &&A) : Alloc(static_cast<Alloc &&>(A)) {} in AllocatorHolder() function123 AllocatorHolder(Alloc &A) : A(A) {} in AllocatorHolder() function