GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_int_cmp_op::uiop< xop, size > Class Template Reference

Static Public Member Functions

static bool op (utype x, utype y)
 
static bool op (stype x, stype y)
 
static bool op (stype x, utype y)
 
static bool op (utype x, stype y)
 

Private Types

typedef query_integer_type< size, true >::type stype
 
typedef query_integer_type< size, false >::type utype
 

Detailed Description

template<typename xop, int size>
class octave_int_cmp_op::uiop< xop, size >

Definition at line 163 of file oct-inttypes.h.

Member Typedef Documentation

◆ stype

template<typename xop , int size>
typedef query_integer_type<size, true>::type octave_int_cmp_op::uiop< xop, size >::stype
private

Definition at line 166 of file oct-inttypes.h.

◆ utype

template<typename xop , int size>
typedef query_integer_type<size, false>::type octave_int_cmp_op::uiop< xop, size >::utype
private

Definition at line 165 of file oct-inttypes.h.

Member Function Documentation

◆ op() [1/4]

template<typename xop , int size>
static bool octave_int_cmp_op::uiop< xop, size >::op ( utype  x,
utype  y 
)
inlinestatic

Definition at line 168 of file oct-inttypes.h.

References x, and y.

◆ op() [2/4]

template<typename xop , int size>
static bool octave_int_cmp_op::uiop< xop, size >::op ( stype  x,
stype  y 
)
inlinestatic

Definition at line 170 of file oct-inttypes.h.

References x, and y.

◆ op() [3/4]

template<typename xop , int size>
static bool octave_int_cmp_op::uiop< xop, size >::op ( stype  x,
utype  y 
)
inlinestatic

Definition at line 172 of file oct-inttypes.h.

References x, and y.

◆ op() [4/4]

template<typename xop , int size>
static bool octave_int_cmp_op::uiop< xop, size >::op ( utype  x,
stype  y 
)
inlinestatic

Definition at line 174 of file oct-inttypes.h.

References x, and y.


The documentation for this class was generated from the following file: