GNU Octave  8.1.0
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 (stype x, stype y)
 
static bool op (stype x, utype y)
 
static bool op (utype x, stype y)
 
static bool op (utype x, utype 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 149 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 152 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 151 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 ( stype  x,
stype  y 
)
inlinestatic

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

References x.

◆ op() [2/4]

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

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

References x.

◆ op() [3/4]

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

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

References x.

◆ op() [4/4]

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

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

References x.


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