GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_int_cmp_op::lt Class Reference

#include "oct-inttypes.h"

Collaboration diagram for octave_int_cmp_op::lt:

Static Public Member Functions

template<typename T >
static bool op (T x, T y)
 

Static Public Attributes

static const bool gtval = (1 < 0)
 
static const bool ltval = (0 < 1)
 

Detailed Description

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

Member Function Documentation

◆ op()

template<typename T >
static bool octave_int_cmp_op::lt::op ( x,
y 
)
inlinestatic

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

Member Data Documentation

◆ gtval

const bool octave_int_cmp_op::lt::gtval = (1 < 0)
static

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

◆ ltval

const bool octave_int_cmp_op::lt::ltval = (0 < 1)
static

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


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