15 #ifndef OPENSCENARIO_INTERPRETER__SYNTAX__DOUBLE_HPP_
16 #define OPENSCENARIO_INTERPRETER__SYNTAX__DOUBLE_HPP_
22 inline namespace syntax
53 auto operator>>(
std::istream &,
Double &) ->
std::istream &;
55 auto operator<<(
std::ostream &, const
Double &) ->
std::ostream &;
Definition: escape_sequence.hpp:22
std::string string
Definition: junit5.hpp:26
Definition: double.hpp:25
double value_type
Definition: double.hpp:26
static auto nan() noexcept -> Double
Definition: double.cpp:44
static auto infinity() noexcept -> Double
Definition: double.cpp:39
static auto lowest() noexcept -> Double
Definition: double.cpp:54
static auto max() noexcept -> Double
Definition: double.cpp:49
value_type data
Definition: double.hpp:28