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 |
VTable for dynamically allocated storage.
Definition at line 249 of file include/behaviortree_cpp/contrib/any.hpp.
|
inlinestatic |
Definition at line 264 of file include/behaviortree_cpp/contrib/any.hpp.
|
inlinestaticnoexcept |
Definition at line 258 of file include/behaviortree_cpp/contrib/any.hpp.
|
inlinestaticnoexcept |
Definition at line 269 of file include/behaviortree_cpp/contrib/any.hpp.
|
inlinestaticnoexcept |
Definition at line 275 of file include/behaviortree_cpp/contrib/any.hpp.
|
inlinestaticnoexcept |
Definition at line 252 of file include/behaviortree_cpp/contrib/any.hpp.