Lines Matching refs:ElementOf
520 template <typename T> struct ElementOf { typedef typename T::Element Element; };521 template <> struct ElementOf<float> { typedef void Element; };522 template <> struct ElementOf<bool> { typedef void Element; };523 template <> struct ElementOf<int> { typedef void Element; };