AWS SDK for C++
AWS SDK for C++
|
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSAllocator.h>
#include <set>
#include <unordered_set>
Go to the source code of this file.
Namespaces | |
namespace | Aws |
Typedefs | |
template<typename T > | |
using | Aws::Set = std::set< T, std::less< T >, Aws::Allocator< T > > |
template<typename T > | |
using | Aws::UnorderedSet = std::unordered_set< T, std::hash< T >, std::equal_to< T >, Aws::Allocator< T > > |