#include <any.hpp>
|
static void | destroy (const std::type_index &id, const void *data) |
|
static void | move (const std::type_index &id, void *newData, const void *oldData) |
|
static void | copy (const std::type_index &id, void *newData, const void *oldData) |
|
◆ copy()
static void teditor::Impl<>::copy |
( |
const std::type_index & |
id, |
|
|
void * |
newData, |
|
|
const void * |
oldData |
|
) |
| |
|
inlinestatic |
◆ destroy()
static void teditor::Impl<>::destroy |
( |
const std::type_index & |
id, |
|
|
const void * |
data |
|
) |
| |
|
inlinestatic |
◆ move()
static void teditor::Impl<>::move |
( |
const std::type_index & |
id, |
|
|
void * |
newData, |
|
|
const void * |
oldData |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: