Searched defs:ContainerOf (Results 1 – 2 of 2) sorted by relevance
536 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; struct538 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; argument539 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; struct
983 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; argument985 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; argument986 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; struct