#include <operators.hpp>
List of all members.
Static Public Member Functions
- template<typename B > static B neutral ()
- template<typename R > static void set_neutral (R &r)
- template<typename B , typename C > static void set_op (B &x, const C &y)
- template<typename T > static bool op (const T &x)
Detailed Description
Definition at line 1560 of file operators.hpp.
Member Function Documentation
static B neutral |
( |
| ) |
[inline, static] |
static bool op |
( |
const T & |
x | ) |
[inline, static] |
static void set_neutral |
( |
R & |
r | ) |
[inline, static] |
static void set_op |
( |
B & |
x, |
|
|
const C & |
y |
|
) |
| [inline, static] |
The documentation for this struct was generated from the following file: