Home | History | Annotate | Download | only in docs

Lines Matching full:trait

464        template<typename T> struct trait { typedef const T& type; };
466 template<typename T> void set(typename trait<T>::type value) {}