15 #ifndef OPENSCENARIO_INTERPRETER__SYNTAX__BOOLEAN_HPP_
16 #define OPENSCENARIO_INTERPRETER__SYNTAX__BOOLEAN_HPP_
23 inline namespace syntax
const Object true_v
Definition: boolean.cpp:58
auto operator>>(std::istream &, Boolean &) -> std::istream &
Definition: boolean.cpp:52
auto asBoolean(bool) -> const Object &
Definition: boolean.cpp:62
const Object false_v
Definition: boolean.cpp:60
auto operator<<(std::ostream &, const Boolean &) -> std::ostream &
Definition: boolean.cpp:46
Definition: escape_sequence.hpp:22
std::string string
Definition: junit5.hpp:26
Definition: boolean.hpp:26
auto operator=(const value_type &rhs) noexcept -> Boolean &
Definition: boolean.cpp:40
constexpr Boolean(value_type value) noexcept
Definition: boolean.hpp:33
bool value_type
Definition: boolean.hpp:27
value_type data
Definition: boolean.hpp:29