nngn
Loading...
Searching...
No Matches
nngn::alloc_block< H, T >::storage Struct Reference

Underlying storage type. More...

#include <block.h>

Inheritance diagram for nngn::alloc_block< H, T >::storage:

Public Types

using parent = alloc_block
 
using parent = alloc_block
 

Public Attributes

header_type header = {}
 
value_type data = {}
 

Detailed Description

template<typename H, typename T = char>
struct nngn::alloc_block< H, T >::storage

Underlying storage type.

Member Typedef Documentation

◆ parent [1/2]

template<typename H , typename T = char>
using nngn::alloc_block< H, T >::storage::parent = alloc_block

◆ parent [2/2]

template<typename H , typename T = char>
using nngn::alloc_block< H, T >::storage::parent = alloc_block

Member Data Documentation

◆ data

template<typename H , typename T = char>
value_type nngn::alloc_block< H, T >::storage::data = {}

◆ header

template<typename H , typename T = char>
header_type nngn::alloc_block< H, T >::storage::header = {}

The documentation for this struct was generated from the following files: