3 #include "config_number.hpp"
11 std::string transform_to_string()
const override;
13 unwrapped_value unwrapped()
const override;
15 int64_t long_value()
const override;
16 double double_value()
const override;
19 shared_value new_copy(shared_origin)
const override;
virtual shared_origin const & origin() const
The origin of the value (file, line number, etc.), for debugging and error messages.
Factory for creating config_document instances.