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

Class string_input

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected