MCPcopy 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

25class NotStreamable {};
26
27class Streamable {};
28
29std::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