|
|
using vtable_type = const void *(const operation, const basic_any &, const void *);
|
|
using vtable_type = const void *(const operation, const basic_any &, const void *);
|
|
|
static const void *basic_vtable([[maybe_unused]] const operation op, [[maybe_unused]] const basic_any &value, [[maybe_unused]] const void *other) {
|
|
static const void *basic_vtable([[maybe_unused]] const operation op, [[maybe_unused]] const basic_any &value, [[maybe_unused]] const void *other) {
|