Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::heap_policy< Heap > Struct Template Reference

#include <heap_policy.hpp>

Classes

struct  optimized
 

Public Types

using type = Heap
 

Detailed Description

template<typename Heap>
struct immer::heap_policy< Heap >

Heap policy that unconditionally uses its Heap argument.

Definition at line 26 of file heap_policy.hpp.

Member Typedef Documentation

◆ type

template<typename Heap >
using immer::heap_policy< Heap >::type = Heap

Definition at line 28 of file heap_policy.hpp.


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