AWS SDK for C++AWS SDK for C++ Version 1.11.791 |
#include <EnumParseOverflowContainer.h>
This container is for storing unknown enum values that are encountered during parsing. This is to work around the round-tripping enums problem. It's really just a simple thread-safe hashmap.
Definition at line 22 of file EnumParseOverflowContainer.h.