Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ SimpleArraySerializable
Function
SimpleArraySerializable
test/serialization/test_array.cpp:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
struct SimpleArraySerializable {
72
SimpleArraySerializable() = default;
73
SimpleArraySerializable(::std::mt19937_64& gen) {
74
for (auto& v : s) {
75
v = gen();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected