MCPcopy Create free account
hub / github.com/boost-ext/ut / printer

Class printer

example/cfg/printer.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14namespace cfg {
15struct printer : ut::printer {
16 template <class T>
17 auto& operator<<(T&& t) {
18 std::cerr << std::forward<T>(t);
19 return *this;
20 }
21};
22} // namespace cfg
23
24template <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected