reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 template <class T, class AllocatorT> class AllocatorList : AllocatorT { 51 AllocatorT &getAlloc() { return *this; } 52 const AllocatorT &getAlloc() const { return *this; }