not_larger_equal_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2310 of file operators.hpp.


Member Function Documentation

static bool not_op ( const T x1,
const T x2 
) [inline, static]

Definition at line 2314 of file operators.hpp.

02314 { return x1 >>= x2; }

static bool op ( const T x1,
const T x2 
) [inline, static]

Definition at line 2312 of file operators.hpp.

02312 { return !(x1 >>= x2); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1