vsg 1.1.10
VulkanSceneGraph library
|
std container adapter for allocating with specific affinity More...
#include <Allocator.h>
Classes | |
struct | rebind |
Public Types | |
using | value_type = T |
Public Member Functions | |
template<class U> | |
constexpr | allocator_affinity_adapter (const allocator_affinity_adapter< U, A > &) noexcept |
value_type * | allocate (std::size_t n) |
void | deallocate (value_type *ptr, std::size_t n) |
std container adapter for allocating with specific affinity