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.
static void linb::final::vtable_dynamic< T >::copy | ( | const storage_union & | src, |
storage_union & | dest | ||
) | [inline, static] |
static void linb::final::vtable_dynamic< T >::destroy | ( | storage_union & | storage | ) | [inline, static] |
static void linb::final::vtable_dynamic< T >::move | ( | storage_union & | src, |
storage_union & | dest | ||
) | [inline, static] |
static void linb::final::vtable_dynamic< T >::swap | ( | storage_union & | lhs, |
storage_union & | rhs | ||
) | [inline, static] |
static const std::type_info& linb::final::vtable_dynamic< T >::type | ( | ) | [inline, static] |