Home | History | Annotate | Download | only in python

Lines Matching full:template

7   template <class Type> struct traits_from_ptr {
13 template <class Type> struct traits_from {
19 template <class Type> struct traits_from<Type *> {
25 template <class Type> struct traits_from<const Type *> {
32 template <class Type>
37 template <class Type>
45 template <class Type>
57 template <class Type>
62 template <class Type>
86 template <class Type> struct traits_asval<Type*> {
102 template <class Type>
107 template <class Type>
122 template <class Type>
148 template <class Type>
165 template <class Type>
170 template <class Type>
178 template <class Type>
186 template <class Type>
226 template <> struct traits_asval<Type > {
236 template <> struct traits_from<Type > {
243 template <>