basix_doc 0.1
smaller_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2190 of file operators.hpp.


Member Function Documentation

static bool not_op ( const T1 &  x1,
const T2 &  x2 
) [inline, static]

Definition at line 2194 of file operators.hpp.

{ return !(x1 << x2); }
static bool op ( const T1 &  x1,
const T2 &  x2 
) [inline, static]

Definition at line 2192 of file operators.hpp.

{ return x1 << x2; }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines