A Compiler Value class helper to handle multiple types.
More...
#include <ValTableElem.hpp>
A Compiler Value class helper to handle multiple types.
Definition at line 36 of file ValTableElem.hpp.
◆ ValTableElem() [1/4]
| Ark::internal::ValTableElem::ValTableElem |
( |
const Node & | node | ) |
|
|
explicitnoexcept |
◆ ValTableElem() [2/4]
| Ark::internal::ValTableElem::ValTableElem |
( |
double | n | ) |
|
|
explicitnoexcept |
◆ ValTableElem() [3/4]
| Ark::internal::ValTableElem::ValTableElem |
( |
const std::string & | str | ) |
|
|
explicitnoexcept |
◆ ValTableElem() [4/4]
| Ark::internal::ValTableElem::ValTableElem |
( |
std::size_t | page | ) |
|
|
explicitnoexcept |
◆ operator==()
| bool Ark::internal::ValTableElem::operator== |
( |
const ValTableElem & | A | ) |
const |
|
noexcept |
◆ type
◆ value
| std::variant<double, std::string, std::size_t> Ark::internal::ValTableElem::value |
The documentation for this struct was generated from the following files: