VisionCpp  0.0.1
Variables
visioncpp::internal::expr_category Namespace Reference

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
 

Detailed Description

this is used to define the type of nodes in an expression tree

Variable Documentation

◆ Binary

constexpr size_t visioncpp::internal::expr_category::Binary = 2
staticconstexpr

Definition at line 106 of file forward_declarations.hpp.

Referenced by visioncpp::internal::execute_expr().

◆ Nullary

constexpr size_t visioncpp::internal::expr_category::Nullary = 0
staticconstexpr

Definition at line 104 of file forward_declarations.hpp.

◆ Unary

constexpr size_t visioncpp::internal::expr_category::Unary = 1
staticconstexpr

Definition at line 105 of file forward_declarations.hpp.

Referenced by visioncpp::internal::execute_expr().