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

Public Member Functions

template<typename... Ts>
std::tuple< std::optional< Ts >... > refine () const
 

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::String::max_derived_size
static
Initial value:
=
sizeof(ASTNode) + sizeof(std::vector<int>)

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