AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSAllocator.h>
#include <aws/core/utils/memory/stl/AWSDeque.h>
#include <deque>
#include <stack>
Go to the source code of this file.
Namespaces | |
Aws | |
JSON (JavaScript Object Notation). | |
Typedefs | |
template<typename T > | |
using | Aws::Stack = std::stack< T, Deque< T > > |