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 37 of file ValTableElem.hpp.
◆ ValTableElem() [1/5]
Ark::internal::ValTableElem::ValTableElem |
( |
double |
value | ) |
|
|
explicitnoexcept |
◆ ValTableElem() [2/5]
Ark::internal::ValTableElem::ValTableElem |
( |
long |
value | ) |
|
|
explicitnoexcept |
◆ ValTableElem() [3/5]
Ark::internal::ValTableElem::ValTableElem |
( |
const std::string & |
value | ) |
|
|
explicitnoexcept |
◆ ValTableElem() [4/5]
Ark::internal::ValTableElem::ValTableElem |
( |
const Node & |
v | ) |
|
|
explicitnoexcept |
◆ ValTableElem() [5/5]
Ark::internal::ValTableElem::ValTableElem |
( |
std::size_t |
value | ) |
|
|
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: