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

Function StringMemberSerializable

test/reusable/test_string.cpp:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84struct StringMemberSerializable {
85 using allocator_type = SwissAllocator<>;
86 StringMemberSerializable(allocator_type allocator) : s {allocator} {}
87
88 SwissString s;
89

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected