|
cppfig 0.1.0
Modern C++20 compile-time type-safe configuration library
|
Represents a single difference between two configurations. More...
#include <diff.h>
Public Member Functions | |
| auto | TypeString () const -> std::string |
Public Attributes | |
| DiffType | type |
| std::string | path |
| std::string | old_value |
| std::string | new_value |
Represents a single difference between two configurations.
|
inline |
| std::string cppfig::DiffEntry::new_value |
| std::string cppfig::DiffEntry::old_value |
| std::string cppfig::DiffEntry::path |
| DiffType cppfig::DiffEntry::type |