VisionCpp
0.0.1
|
this is used to define the type of nodes in an expression tree More...
Variables | |
static constexpr size_t | Nullary = 0 |
static constexpr size_t | Unary = 1 |
static constexpr size_t | Binary = 2 |
this is used to define the type of nodes in an expression tree
|
staticconstexpr |
Definition at line 106 of file forward_declarations.hpp.
Referenced by visioncpp::internal::execute_expr().
|
staticconstexpr |
Definition at line 104 of file forward_declarations.hpp.
|
staticconstexpr |
Definition at line 105 of file forward_declarations.hpp.
Referenced by visioncpp::internal::execute_expr().