AWS SDK for C++
AWS SDK for C++
|
#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 <aws/crt/StlAllocator.h>
#include <memory>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | Aws |
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) |