Searched defs:ElementOf (Results 1 – 5 of 5) 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;
1025 struct ElementOf struct1027 typedef typename T::Element Element;1030 struct ElementOf<float> struct1032 typedef void Element;1035 struct ElementOf<double> struct1037 typedef void Element;1040 struct ElementOf<bool> struct1042 typedef void Element;1045 struct ElementOf<int> struct1047 typedef void Element;