Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::detail::rbts::node< T, MemoryPolicy, B, BL >::leaf_t Struct Reference

#include <node.hpp>

Public Attributes

aligned_storage_for< T > buffer
 

Detailed Description

template<typename T, typename MemoryPolicy, bits_t B, bits_t BL>
struct immer::detail::rbts::node< T, MemoryPolicy, B, BL >::leaf_t

Definition at line 75 of file node.hpp.

Member Data Documentation

◆ buffer

template<typename T , typename MemoryPolicy , bits_t B, bits_t BL>
aligned_storage_for<T> immer::detail::rbts::node< T, MemoryPolicy, B, BL >::leaf_t::buffer

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