Open C++ Libraries.org develop
Loading...
Searching...
No Matches
ocl::allocator_op< RetType, AllocNew, AllocDelete > Class Template Referencefinal

Allocator operations structure. Takes care of memory mgmt within a pool. More...

#include <allocator_fwd.hpp>

Public Types

using size_type = std::size_t
 
using type = RetType
 

Public Member Functions

allocator_opoperator= (const allocator_op &)=delete
 
 allocator_op (const allocator_op &)=delete
 
template<typename... VarType>
auto construct_var (VarType &&... args)
 
template<size_type N>
auto construct_array ()
 

Detailed Description

template<typename RetType, typename AllocNew, typename AllocDelete>
class ocl::allocator_op< RetType, AllocNew, AllocDelete >

Allocator operations structure. Takes care of memory mgmt within a pool.


The documentation for this class was generated from the following file: