Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::enable_optimized_heap_policy< Deriv, HeapPolicy > Struct Template Reference

#include <heap_policy.hpp>

Static Public Member Functions

static void * operator new (std::size_t size)
 
static void operator delete (void *data, std::size_t size)
 

Detailed Description

template<typename Deriv, typename HeapPolicy>
struct immer::enable_optimized_heap_policy< Deriv, HeapPolicy >

Definition at line 38 of file heap_policy.hpp.

Member Function Documentation

◆ operator delete()

template<typename Deriv, typename HeapPolicy>
static void immer::enable_optimized_heap_policy< Deriv, HeapPolicy >::operator delete ( void *  data,
std::size_t  size 
)
inlinestatic

Definition at line 48 of file heap_policy.hpp.

◆ operator new()

template<typename Deriv, typename HeapPolicy>
static void* immer::enable_optimized_heap_policy< Deriv, HeapPolicy >::operator new ( std::size_t  size)
inlinestatic

Definition at line 40 of file heap_policy.hpp.


The documentation for this struct was generated from the following file:
Released under the MIT license