#include <operators.hpp>
List of all members.
Static Public Member Functions
- static generic name ()
- template<typename C1 , typename C2 > static C1 op (const C1 &x, const C2 &y)
- template<typename R , typename C1 , typename C2 > static void set_op (R &x, const C1 &y1, const C2 &y2)
Detailed Description
Definition at line 2075 of file operators.hpp.
Member Function Documentation
static generic name |
( |
| ) |
[inline, static] |
static C1 op |
( |
const C1 & |
x, |
|
|
const C2 & |
y |
|
) |
| [inline, static] |
static void set_op |
( |
R & |
x, |
|
|
const C1 & |
y1, |
|
|
const C2 & |
y2 |
|
) |
| [inline, static] |
The documentation for this struct was generated from the following file: