15 #ifndef OPENSCENARIO_INTERPRETER__SYNTAX__INTEGER_HPP_
16 #define OPENSCENARIO_INTERPRETER__SYNTAX__INTEGER_HPP_
18 #include <boost/lexical_cast.hpp>
24 inline namespace syntax
42 auto operator+=(const
double &) ->
Integer &;
44 auto operator*=(const
double &) ->
Integer &;
51 auto operator<<(
std::ostream &, const
Integer &) ->
std::ostream &;
Definition: escape_sequence.hpp:22
std::string string
Definition: junit5.hpp:26
Definition: integer.hpp:27
static auto max() noexcept -> Integer
Definition: integer.cpp:37
std::int64_t value_type
Definition: integer.hpp:28
value_type data
Definition: integer.hpp:30
static auto min() noexcept -> Integer
Definition: integer.cpp:42