chronon::sender::config::YAMLOverride::Override
Parsed override: path and raw value string.
#include <YAMLOverride.hpp>
Public Functions
| Name | |
|---|---|
| Override(const std::string & p, const std::string & v) |
Public Attributes
| Name | |
|---|---|
| std::string | value |
| std::string | path |
Public Functions Documentation
function Override
inline Override(
const std::string & p,
const std::string & v
)
Public Attributes Documentation
variable value
std::string value;
variable path
std::string path;
Updated on 2026-05-26 at 05:42:32 +0000