AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
aws-cpp-sdk-core
include
aws
core
utils
memory
stl
AWSSet.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
aws/core/Core_EXPORTS.h
>
9
10
#include <
aws/core/utils/memory/stl/AWSAllocator.h
>
11
12
#include <set>
13
#include <unordered_set>
14
15
namespace
Aws
16
{
17
18
template
<
typename
T >
using
Set
= std::set< T, std::less< T >,
Aws::Allocator< T >
>;
19
template
<
typename
T >
using
UnorderedSet
= std::unordered_set< T, std::hash< T >, std::equal_to< T >,
Aws::Allocator< T >
>;
20
21
}
// namespace Aws
AWSAllocator.h
Core_EXPORTS.h
Aws
Definition:
AmazonSerializableWebServiceRequest.h:16
Aws::Allocator
std::allocator< T > Allocator
Definition:
AWSAllocator.h:39
Aws::UnorderedSet
std::unordered_set< T, std::hash< T >, std::equal_to< T >, Aws::Allocator< T > > UnorderedSet
Definition:
AWSSet.h:19
Aws::Set
std::set< T, std::less< T >, Aws::Allocator< T > > Set
Definition:
AWSSet.h:18
Generated by
1.9.7
Privacy |
Site terms |
Cookie preferences