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 |
VTable for stack allocated storage.
Definition at line 284 of file include/behaviortree_cpp/contrib/any.hpp.
|
inlinestatic |
Definition at line 298 of file include/behaviortree_cpp/contrib/any.hpp.
|
inlinestaticnoexcept |
Definition at line 293 of file include/behaviortree_cpp/contrib/any.hpp.
|
inlinestaticnoexcept |
Definition at line 303 of file include/behaviortree_cpp/contrib/any.hpp.
|
inlinestaticnoexcept |
Definition at line 311 of file include/behaviortree_cpp/contrib/any.hpp.
|
inlinestaticnoexcept |
Definition at line 287 of file include/behaviortree_cpp/contrib/any.hpp.