Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/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