Home | History | Annotate | Download | only in octave

Lines Matching full:template

5   template <class Type> struct traits_from_ptr {
11 template <class Type> struct traits_from {
17 template <class Type> struct traits_from<Type *> {
23 template <class Type> struct traits_from<const Type *> {
30 template <class Type>
35 template <class Type>
41 template <class Type>
53 template <class Type>
58 template <class Type>
82 template <class Type> struct traits_asval<Type*> {
98 template <class Type>
103 template <class Type>
118 template <class Type>
144 template <class Type>
161 template <class Type>
166 template <class Type>
174 template <class Type>
182 template <class Type>
192 template <> struct traits_asval<Type > {
202 template <> struct traits_from<Type > {
209 template <>