Searched defs:ContainerOf (Results 1 – 1 of 1) sorted by relevance
505 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; argument507 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; argument508 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; argument