MCPcopy Create free account
hub / github.com/andreiavrammsd/cpp-channel / struct_input

Class struct_input

benchmarks/channel_benchmark.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85};
86
87struct struct_input {
88 static data make() { return data{}; }
89};
90
91template <typename T, typename Storage, typename Input>
92static void bench_dynamic_storage(benchmark::State& state)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected