Define YAML_LOAD_REQ3
Defined in File yaml_helpers.h
Define Documentation
-
YAML_LOAD_REQ3(_param_str, _varname, _type)
Required load into a struct field - throws if the key is absent.
- Parameters:
_param_str – Struct whose field will receive the value.
_varname – Field / YAML key name.
_type – C++ type for the
getOrDefaultcall.