Static Public Member Functions | List of all members
linb::any::vtable_stack< T > Struct Template Reference

VTable for stack allocated storage. More...

Static Public Member Functions

static void copy (const storage_union &src, storage_union &dest)
 
static void destroy (storage_union &storage) noexcept
 
static void move (storage_union &src, storage_union &dest) noexcept
 
static void swap (storage_union &lhs, storage_union &rhs) noexcept
 
static const std::type_info & type () noexcept
 

Detailed Description

template<typename T>
struct linb::any::vtable_stack< T >

VTable for stack allocated storage.

Definition at line 234 of file any.hpp.

Member Function Documentation

template<typename T >
static void linb::any::vtable_stack< T >::copy ( const storage_union src,
storage_union dest 
)
inlinestatic

Definition at line 246 of file any.hpp.

template<typename T >
static void linb::any::vtable_stack< T >::destroy ( storage_union storage)
inlinestaticnoexcept

Definition at line 241 of file any.hpp.

template<typename T >
static void linb::any::vtable_stack< T >::move ( storage_union src,
storage_union dest 
)
inlinestaticnoexcept

Definition at line 251 of file any.hpp.

template<typename T >
static void linb::any::vtable_stack< T >::swap ( storage_union lhs,
storage_union rhs 
)
inlinestaticnoexcept

Definition at line 259 of file any.hpp.

template<typename T >
static const std::type_info& linb::any::vtable_stack< T >::type ( )
inlinestaticnoexcept

Definition at line 236 of file any.hpp.


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


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