AWS SDK for C++
AWS SDK for C++ Version 1.11.827
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
src
aws-cpp-sdk-core
include
aws
core
utils
memory
stl
AWSVector.h
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 <vector>
13
14
namespace
Aws
15
{
16
17
template
<
typename
T >
using
Vector
= std::vector< T, Aws::Allocator< T > >;
18
19
}
// namespace Aws
Aws
Definition
AmazonSerializableWebServiceRequest.h:16
Aws::Vector
std::vector< T, Aws::Allocator< T > > Vector
Definition
AWSVector.h:17
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences