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

Method copy_creater

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

Source from the content-addressed store, hash-verified

13void Any::TypeDescriptor<void>::copy_constructor(void*, const void*) noexcept {}
14
15void* Any::TypeDescriptor<void>::copy_creater(const void*) noexcept {
16 return nullptr;
17}
18
19#if __cplusplus < 201703L
20ABSL_ATTRIBUTE_WEAK constexpr Any::Descriptor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected