Public Types | |
typedef query_integer_type < psize, psig >::type | type |
Static Private Attributes | |
static const bool | pint |
static const bool | psig |
static const int | psize |
static const bool | t1sig = std::numeric_limits<T1>::is_signed |
static const bool | t2sig = std::numeric_limits<T2>::is_signed |
Definition at line 109 of file oct-inttypes.h.
typedef query_integer_type<psize, psig>::type octave_int_cmp_op::prom< T1, T2 >::type |
Definition at line 122 of file oct-inttypes.h.
const bool octave_int_cmp_op::prom< T1, T2 >::pint [static, private] |
(sizeof (T1) < sizeof (int) && sizeof (T2) < sizeof (int))
Definition at line 112 of file oct-inttypes.h.
const bool octave_int_cmp_op::prom< T1, T2 >::psig [static, private] |
Definition at line 116 of file oct-inttypes.h.
const int octave_int_cmp_op::prom< T1, T2 >::psize [static, private] |
Definition at line 118 of file oct-inttypes.h.
const bool octave_int_cmp_op::prom< T1, T2 >::t1sig = std::numeric_limits<T1>::is_signed [static, private] |
Definition at line 114 of file oct-inttypes.h.
const bool octave_int_cmp_op::prom< T1, T2 >::t2sig = std::numeric_limits<T2>::is_signed [static, private] |
Definition at line 115 of file oct-inttypes.h.