Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CLIUtils/CLI11
/ Streamable
Class
Streamable
tests/HelpersTest.cpp:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
class NotStreamable {};
26
27
class Streamable {};
28
29
std::ostream &operator<<(std::ostream &out, const Streamable &) { return out <<
"Streamable"
; }
30
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected