cpp-hocon
0.3.0
|
Interface that tags a config_value that is not mergeable until after substitutions are resolved. More...
Public Member Functions | |
virtual std::vector< shared_value > | unmerged_values () const =0 |
Interface that tags a config_value that is not mergeable until after substitutions are resolved.
Basically these are special config_value that never appear in a resolved tree, like config_substitution and config_delayed_merge.
Definition at line 14 of file unmergeable.hpp.