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

Function VectorReusableSerializable

test/reusable/test_vector.cpp:548–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546struct VectorReusableSerializable {
547 using allocator_type = SwissAllocator<>;
548 VectorReusableSerializable(allocator_type allocator)
549 : vs {allocator}, ss {allocator} {}
550
551 SwissVector<SwissString> vs;
552 SwissVector<BasicReusableSerializable> ss;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected