GNU Octave  4.2.1
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::gt Class Reference

#include "oct-inttypes.h"

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

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 181 of file oct-inttypes.h.

Member Function Documentation

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

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

Member Data Documentation

const bool octave_int_cmp_op::gt::gtval = (1 > 0)
static

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

const bool octave_int_cmp_op::gt::ltval = (0 > 1)
static

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


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