#include "oct-inttypes.h"
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::gt::op |
( |
T |
x, |
|
|
T |
y |
|
) |
| |
|
inlinestatic |
Member Data Documentation
const bool octave_int_cmp_op::gt::gtval = (1 > 0) |
|
static |
const bool octave_int_cmp_op::gt::ltval = (0 > 1) |
|
static |
The documentation for this class was generated from the following file: