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

Method make

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

Source from the content-addressed store, hash-verified

78template <std::size_t Size>
79struct string_input {
80 static std::string make() { return std::string(Size, 'c'); }
81};
82
83struct data {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected