Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::detail::arrays::node< T, MemoryPolicy >::data_t Struct Reference

#include <node.hpp>

Public Attributes

aligned_storage_for< T > buffer
 

Detailed Description

template<typename T, typename MemoryPolicy>
struct immer::detail::arrays::node< T, MemoryPolicy >::data_t

Definition at line 32 of file node.hpp.

Member Data Documentation

◆ buffer

template<typename T , typename MemoryPolicy >
aligned_storage_for<T> immer::detail::arrays::node< T, MemoryPolicy >::data_t::buffer

Definition at line 34 of file node.hpp.


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