Define YAML_LOAD_REQ2
Defined in File yaml_helpers.h
Define Documentation
-
YAML_LOAD_REQ2(_varname, _type)
Required load into a local variable - throws if the key is absent.
- Parameters:
_varname – Variable name / YAML key.
_type – C++ type for the
getOrDefaultcall.