Operator implementation generator.
More...
#include <operators.h>
|
template<typename Class , typename... Extra> |
void | execute (Class &cl, const Extra &...extra) const |
|
template<typename Class , typename... Extra> |
void | execute_cast (Class &cl, const Extra &...extra) const |
|
template<op_id id, op_type ot, typename L = undefined_t, typename R = undefined_t>
struct op_< id, ot, L, R >
Operator implementation generator.
Definition at line 125 of file attr.h.
The documentation for this struct was generated from the following files: