basix_doc 0.1
|
Go to the source code of this file.
Definition in file operators.hpp.
#define REPLACEABLE_RETURN | ( | Op | ) |
template<typename R> \ struct return_op_helper<Op,R> { \ typedef replace_return_op<Op,R> Rop; \ };
Definition at line 105 of file operators.hpp.
#define Return_op | ( | Op, | |
R | |||
) | typename return_op_helper<Op,R>::Rop |
Definition at line 111 of file operators.hpp.
#define TMPL template<typename T> |
Definition at line 26 of file operators.hpp.