cpp-hocon 0.3.0
Loading...
Searching...
No Matches
default_transformer.hpp
1#pragma once
2
3#include <hocon/config_value.hpp>
4
5namespace hocon {
6
8 public:
9 static shared_value transform(shared_value value, config_value::type requested);
10 };
11
12} // namespace hocon
type
The type of a configuration value (following the JSON type schema).
Factory for creating config_document instances.
Definition: config.hpp:18