Namespace for utility functions that decode bdlat enumerations.
Declared in <bdlat_enumutil.h>
struct EnumUtil;
This struct provides a namespace for functions that decode bdlat "enumerations" from integral and string representations, possibly to the "fallback" value (if one exists).
| Name | Description |
|---|---|
fromIntOrFallbackIfEnabled | Decode an enumeration from an integer, using a fallback if needed. |
fromStringOrFallbackIfEnabled | Decode an enumeration from a string, using a fallback if needed. |