Home | History | Annotate | Download | only in Misc

Lines Matching refs:Trait

907   template <typename> struct Trait {
914 template <typename T, int = Trait<T>::V > struct A {};
915 template <typename T, typename = Trait<T>::Ty > struct B {};
916 template <typename T, int& = Trait<T>::I > struct C {};