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 |
Definition at line 212 of file include/behaviortree_cpp/contrib/any.hpp.
using linb::any::storage_union::stack_storage_t = typename std::aligned_storage<2 * sizeof(void*), std::alignment_of<void*>::value>::type |
Definition at line 214 of file include/behaviortree_cpp/contrib/any.hpp.
void* linb::any::storage_union::dynamic |
Definition at line 216 of file include/behaviortree_cpp/contrib/any.hpp.
stack_storage_t linb::any::storage_union::stack |
Definition at line 217 of file include/behaviortree_cpp/contrib/any.hpp.