#include <userver/yaml_config/schema.hpp>
Helper class for Schema that hides path from operator== in Schema. path is ignored, because it serves a purely diagnostic purpose.
Definition at line 58 of file schema.hpp.
Inheritance diagram for yaml_config::PathSupplementary:Public Member Functions | |
| bool | operator== (const PathSupplementary &) const noexcept |
Public Attributes | |
| std::string | path |
| std::string yaml_config::PathSupplementary::path |
Definition at line 61 of file schema.hpp.