MCPcopy Create free account
hub / github.com/apache/qpid-proton / write

Function write

tests/include/catch.hpp:11554–11558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11552
11553template <typename FloatingPoint>
11554void write(std::ostream& out, FloatingPoint num) {
11555 out << std::scientific
11556 << std::setprecision(std::numeric_limits<FloatingPoint>::max_digits10 - 1)
11557 << num;
11558}
11559
11560} // end anonymous namespace
11561

Callers 4

describeMethod · 0.85
epoll_eventfd_initFunction · 0.85
pn_proactor_interruptFunction · 0.85
pn_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected