Accessors.optEnum

Retrieve optional enum with type T value from found node by path if node was not found then it will return defaultVal

mixintemplate Accessors()
T
optEnum
(
T
)
(
in string path
,
in T defaultVal = T.init
)

See Also

getEnum, ufcsGetEnum, ufcsOptEnum

Meta