Home | History | Annotate | Download | only in utility

Lines Matching full:template

46 template <typename T>
50 template <>
54 template <>
58 template <>
62 template <>
66 template <>
70 template <>
74 template <>
78 template <>
82 template <>
86 template <>
90 template <>
94 template <>
98 template <>
104 template <typename T, typename Via>
108 template <>
112 template <>
117 template <typename T>
121 * If this fails, this means that this template was not intended to be used
154 template <typename T, typename Via>
158 * If this fails, this means that this template was not intended to be used
183 * This template function read the value of the type T in the given string.
196 template <typename T>
202 /** Specialization for unsigned char of convertTo template function.
219 template <>
225 /** Specialization for signed char of convertTo template function.
229 template <>
235 * Specialization for float of convertTo template function.
249 template <>
264 * Specialization for double of convertTo template function.
278 template <>
293 * Specialization for boolean of convertTo template function.
309 template <>