AWS SDK for C++
1.8.148
AWS SDK for C++
aws-cpp-sdk-core
include
aws
core
utils
memory
stl
AWSList.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 <list>
13
14
namespace
Aws
15
{
16
17
template
<
typename
T >
using
List
= std::list< T, Aws::Allocator< T > >;
18
19
}
// namespace Aws
Core_EXPORTS.h
AWSAllocator.h
Aws
Definition:
AccessManagementClient.h:15
Aws::List
std::list< T, Aws::Allocator< T > > List
Definition:
AWSList.h:17
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences