Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
bool write(const char*, size_t)
8
{
9
return true;
10
}
11
12
template<size_t SIZE>
13
bool Send(const std::array<char, SIZE>& data);
Callers
1
Send
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected