or_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 873 of file operators.hpp.


Member Function Documentation

static C neutral (  )  [inline, static]

Definition at line 875 of file operators.hpp.

00875 { return false; }

static C op ( const C x,
const C y 
) [inline, static]

Definition at line 879 of file operators.hpp.

00879 { return x | y; }

static void set_neutral ( R &  r  )  [inline, static]

Definition at line 877 of file operators.hpp.

References mmx::set_false().

00877 { set_false (r); }

static void set_op ( R &  x,
const C1 &  y1,
const C2 y2 
) [inline, static]

Definition at line 883 of file operators.hpp.

00883 { x= y1 | y2; }

static void set_op ( R &  x,
const C y 
) [inline, static]

Definition at line 881 of file operators.hpp.

00881 { x |= y; }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1