Searched defs:ContainerOf (Results 1 – 2 of 2) sorted by relevance
537 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; struct539 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; argument540 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; argument
984 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; struct986 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; struct987 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; struct