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, typename R>
struct op_< id, ot, L, R >
Operator implementation generator.
Definition at line 53 of file operators.h.
◆ execute()
template<op_id id, op_type ot, typename L , typename R >
template<typename Class , typename... Extra>
void op_< id, ot, L, R >::execute |
( |
Class & |
cl, |
|
|
const Extra &... |
extra |
|
) |
| const |
|
inline |
◆ execute_cast()
template<op_id id, op_type ot, typename L , typename R >
template<typename Class , typename... Extra>
void op_< id, ot, L, R >::execute_cast |
( |
Class & |
cl, |
|
|
const Extra &... |
extra |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following files:
- /Users/matin/Downloads/testProjs/CppyABM/examples/Cppy/build/_deps/pybind11-src/include/pybind11/attr.h
- /Users/matin/Downloads/testProjs/CppyABM/examples/Cppy/build/_deps/pybind11-src/include/pybind11/operators.h