Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::unsafe_free_list_heap_policy< Heap, Limit > Struct Template Reference

#include <heap_policy.hpp>

Classes

struct  optimized
 

Public Types

using type = Heap
 

Detailed Description

template<typename Heap, std::size_t Limit = default_free_list_size>
struct immer::unsafe_free_list_heap_policy< Heap, Limit >

Similar to free_list_heap_policy, but it assumes no multi-threading, so a single global free list with no concurrency checks is used.

Definition at line 131 of file heap_policy.hpp.

Member Typedef Documentation

◆ type

template<typename Heap , std::size_t Limit = default_free_list_size>
using immer::unsafe_free_list_heap_policy< Heap, Limit >::type = Heap

Definition at line 133 of file heap_policy.hpp.


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