My Project
Static Public Attributes | List of all members
parser::AST::TExpr Struct Reference
Inheritance diagram for parser::AST::TExpr:
Inheritance graph
[legend]
Collaboration diagram for parser::AST::TExpr:
Collaboration graph
[legend]

Static Public Attributes

static constexpr std::size_t max_derived_size
 
- Static Public Attributes inherited from parser::AST::ASTNode
static constexpr std::size_t max_derived_size = 64
 

Member Data Documentation

◆ max_derived_size

constexpr std::size_t parser::AST::TExpr::max_derived_size
static
Initial value:
=
sizeof(ASTNode) + sizeof(std::string) + sizeof(std::vector<int>)

The documentation for this struct was generated from the following file: