MCPcopy Create free account
hub / github.com/baidu/babylon / copy_constructor

Method copy_constructor

src/babylon/any.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11void Any::TypeDescriptor<void>::deleter(void*) noexcept {}
12
13void Any::TypeDescriptor<void>::copy_constructor(void*, const void*) noexcept {}
14
15void* Any::TypeDescriptor<void>::copy_creater(const void*) noexcept {
16 return nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected