AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Typedefs
AWSMultiMap.h File Reference
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSAllocator.h>
#include <map>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 

Typedefs

template<typename K , typename V >
using Aws::MultiMap = std::multimap< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > >