Home
last modified time | relevance | path

Searched refs:Is_Native (Results 1 – 7 of 7) sorted by last modified time

/dports/devel/ppl/ppl-1.2/src/
H A Dppl.hh.dist1211 struct Is_Native : public False {
1214 template <> struct Is_Native<char> : public True { };
1215 template <> struct Is_Native<signed char> : public True { };
1217 template <> struct Is_Native<signed int> : public True { };
1218 template <> struct Is_Native<signed long> : public True { };
1227 template <> struct Is_Native<float> : public True { };
1230 template <> struct Is_Native<double> : public True { };
1236 template <> struct Is_Native<mpz_class> : public True { };
1238 template <> struct Is_Native<mpq_class> : public True { };
4710 Enable_If<Is_Native<T>::value, memory_size_type>::type
[all …]
H A DChecked_Number_defs.hh96 struct Native_Checked_From_Wrapper<T, typename Enable_If<Is_Native<T>::value>::type> {
124 struct Native_Checked_To_Wrapper<T, typename Enable_If<Is_Native<T>::value>::type> {
159 : public Bool<Is_Native<T>::value || Is_Checked<T>::value> { };
H A Dglobals_defs.hh466 typename Enable_If<Is_Native<T>::value, memory_size_type>::type
476 typename Enable_If<Is_Native<T>::value, memory_size_type>::type
H A Dglobals_inlines.hh105 Enable_If<Is_Native<T>::value, memory_size_type>::type
112 Enable_If<Is_Native<T>::value, memory_size_type>::type
H A DChecked_Number_inlines.hh550 typename Enable_If<Is_Native<Type>::value, Checked_Number<T, Policy> >::type \
558 typename Enable_If<Is_Native<Type>::value, Checked_Number<T, Policy> >::type \
H A Dmeta_programming.hh310 struct Is_Native : public False { struct
313 template <> struct Is_Native<char> : public True { }; struct
314 template <> struct Is_Native<signed char> : public True { }; struct
315 template <> struct Is_Native<signed short> : public True { }; struct
316 template <> struct Is_Native<signed int> : public True { }; struct
317 template <> struct Is_Native<signed long> : public True { }; struct
326 template <> struct Is_Native<float> : public True { }; struct
329 template <> struct Is_Native<double> : public True { }; struct
332 template <> struct Is_Native<long double> : public True { }; struct
335 template <> struct Is_Native<mpz_class> : public True { }; struct
[all …]
/dports/devel/ppl/ppl-1.2/
H A DChangeLog_2001-200815624 (1.53), meta_programming.hh (1.11): More Is_Native
15679 the definitions for Is_Native to meta_programming.hh.