Searched defs:identity_t (Results 1 – 10 of 10) sorted by relevance
7 template<typename T> using identity_t = T; typedef10 template<typename T> requires requires { typename identity_t<T>; } variable12 template<typename U> requires requires { typename identity_t<U>; } // expected-note{{previous templ… variable14 template<typename T> requires requires { typename identity_t<T*>; } // expected-error{{requires cla… variable
5 template<typename T> using identity_t = T; // expected-note 4{{template is declared here}}} typedef
31 using identity_t = typename identity<T>::type; variable
63 template<typename T> using identity_t = T; typedef
112 auto identity_t = in BuildCondGraph() local
49 using identity_t = T; variable