Public Types | Public Attributes | List of all members
linb::any::storage_union Union Reference

Public Types

using stack_storage_t = typename std::aligned_storage< 2 *sizeof(void *), std::alignment_of< void * >::value >::type
 

Public Attributes

void * dynamic
 
stack_storage_t stack
 

Detailed Description

Definition at line 165 of file any.hpp.

Member Typedef Documentation

using linb::any::storage_union::stack_storage_t = typename std::aligned_storage<2 * sizeof(void*), std::alignment_of<void*>::value>::type

Definition at line 168 of file any.hpp.

Member Data Documentation

void* linb::any::storage_union::dynamic

Definition at line 170 of file any.hpp.

stack_storage_t linb::any::storage_union::stack

Definition at line 171 of file any.hpp.


The documentation for this union was generated from the following file:


behaviotree_cpp_v3
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Tue May 4 2021 02:56:26