AWS SDK for C++  0.12.9
AWS SDK for C++
Namespaces | Typedefs | Functions
AWSAllocator.h File Reference
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/SDKConfig.h>
#include <aws/core/utils/memory/AWSMemory.h>
#include <aws/core/utils/memory/MemorySystemInterface.h>
#include <memory>
#include <cstdlib>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 

Typedefs

template<typename T >
using Aws::Allocator = std::allocator< T >
 

Functions

template<typename T , typename... ArgTypes>
std::shared_ptr< T > Aws::MakeShared (const char *allocationTag, ArgTypes &&...args)