Home
last modified time | relevance | path

Searched defs:rebind (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.3.0/CTR_SDK/include/nn/fnd/
Dfnd_Allocator.h82 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; }; argument
112 template <class U> struct rebind { typedef StdUnitAllocatorAdapter<Allocator, U, Tag> other; }; struct