MCPcopy Create free account
hub / github.com/boostorg/pfr / print_each

Function print_each

example/sample_printing.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 // Helpers to print individual values
27 template <class T>
28 void print_each(std::ostream& out, const T& v) { out << v; }
29 void print_each(std::ostream& out, std::uint8_t v) { out << static_cast<unsigned>(v); }
30 void print_each(std::ostream& out, std::int8_t v) { out << static_cast<int>(v); }
31

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected