MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / write

Function write

10.08-lengthAndValue1/main.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <cstdio>
6
7bool write(const char*, size_t)
8{
9 return true;
10}
11
12template<size_t SIZE>
13bool Send(const std::array<char, SIZE>& data);

Callers 1

SendFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected