Struct Acts::AnyBase::Handler

struct Handler

Public Members

void (*copy)(const void *from, void *to) = nullptr
void *(*copyConstruct)(const void *from, void *to) = nullptr
void (*destroy)(void *ptr) = nullptr
bool heapAllocated = {false}
void (*move)(void *from, void *to) = nullptr
void (*moveConstruct)(void *from, void *to) = nullptr