Searched defs:ElementOf (Results 1 – 6 of 6) sorted by relevance
83 struct ElementOf { struct101 static_assert(check_member<ElementOf<int>, int>()); argument
62 auto ElementOf(std::vector<T>) { in ElementOf() function
283 auto ElementOf(std::initializer_list<T>) { in ElementOf() function
584 struct ElementOf struct586 typedef typename T::Element Element;589 struct ElementOf<float> struct591 typedef void Element;594 struct ElementOf<bool> struct596 typedef void Element;599 struct ElementOf<int> struct601 typedef void Element;
1181 struct ElementOf struct1183 typedef typename T::Element Element;1186 struct ElementOf<float> struct1188 typedef void Element;1191 struct ElementOf<double> struct1193 typedef void Element;1196 struct ElementOf<bool> struct1198 typedef void Element;1201 struct ElementOf<int> struct1203 typedef void Element;