MCPcopy Create free account
hub / github.com/boostorg/histogram / ostreamer

Class ostreamer

test/utility.hpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37namespace detail {
38 struct ostreamer {
39 ostream& os;
40 template <typename T>
41 void operator()(const T& t) const {
42 os << t << " ";
43 }
44 };
45}
46
47template <typename... Ts>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected