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

VTable for dynamically 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_dynamic< T >

VTable for dynamically allocated storage.

Definition at line 201 of file any.hpp.

Member Function Documentation

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

Definition at line 214 of file any.hpp.

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

Definition at line 208 of file any.hpp.

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

Definition at line 219 of file any.hpp.

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

Definition at line 225 of file any.hpp.

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

Definition at line 203 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