Searched defs:rebind (Results 1 – 1 of 1) sorted by relevance
82 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; }; argument112 template <class U> struct rebind { typedef StdUnitAllocatorAdapter<Allocator, U, Tag> other; }; struct