GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Static Public Member Functions | Static Public Attributes | List of all members
octave_int_cmp_op::lt Class Reference

#include "oct-inttypes.h"

Collaboration diagram for octave_int_cmp_op::lt:
Collaboration graph
[legend]

Static Public Member Functions

template<class 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 146 of file oct-inttypes.h.

Member Function Documentation

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

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

Member Data Documentation

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

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

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

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


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