3 #include "config_number.hpp" 4 #include <internal/simple_config_origin.hpp> 14 std::string transform_to_string()
const override;
16 unwrapped_value unwrapped()
const override;
18 int64_t long_value()
const override;
19 double double_value()
const override;
22 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.