Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::detail::hamts::node< T, Hash, Equal, MemoryPolicy, B >::values_data_t Struct Reference

#include <node.hpp>

Public Attributes

aligned_storage_for< T > buffer
 

Detailed Description

template<typename T, typename Hash, typename Equal, typename MemoryPolicy, bits_t B>
struct immer::detail::hamts::node< T, Hash, Equal, MemoryPolicy, B >::values_data_t

Definition at line 58 of file node.hpp.

Member Data Documentation

◆ buffer

template<typename T , typename Hash , typename Equal , typename MemoryPolicy , bits_t B>
aligned_storage_for<T> immer::detail::hamts::node< T, Hash, Equal, MemoryPolicy, B >::values_data_t::buffer

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