AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSAllocator.h>
#include <map>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | Aws::CompareStrings |
Namespaces | |
Aws | |
JSON (JavaScript Object Notation). | |
Typedefs | |
template<typename K , typename V > | |
using | Aws::Map = std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > |
template<typename V > | |
using | Aws::CStringMap = std::map< const char *, V, CompareStrings, Aws::Allocator< std::pair< const char *, V > > > |