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 >::optimized< Size > Struct Template Reference

#include <heap_policy.hpp>

Public Types

using type = split_heap< Size, with_free_list_node< unsafe_free_list_heap< Size, Limit, debug_size_heap< Heap > >>, debug_size_heap< Heap > >
 

Detailed Description

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

Definition at line 136 of file heap_policy.hpp.

Member Typedef Documentation

◆ type

template<typename Heap , std::size_t Limit = default_free_list_size>
template<std::size_t Size>
using immer::unsafe_free_list_heap_policy< Heap, Limit >::optimized< Size >::type = split_heap< Size, with_free_list_node< unsafe_free_list_heap< Size, Limit, debug_size_heap<Heap> >>, debug_size_heap<Heap> >

Definition at line 144 of file heap_policy.hpp.


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