Searched defs:type_identity (Results 1 – 7 of 7) sorted by relevance
14 template <typename T> struct type_identity { global() struct 15 typetype_identity global() argument
47 template <class T> struct type_identity { struct48 using type = T;
30 struct _LIBCPP_NO_SPECIALIZATIONS type_identity { struct 34 using type_identity_t = typename type_identity<_Tp>::type; argument
7 struct type_identity { using type = T; }; struct
125 std::type_identity_t<T> type_identity() { in type_identity() function
12 struct type_identity { using type = T; }; argument
17 struct type_identity { struct22 using type_identity_t = typename type_identity<T>::type; argument