MCPcopy Create free account
hub / github.com/SFML/SFML / setStreamPrecision

Function setStreamPrecision

test/TestUtilities/SystemUtil.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace sf
18{
19void setStreamPrecision(std::ostream& os, int maxDigits10)
20{
21 os << std::fixed << std::setprecision(maxDigits10);
22}
23
24std::ostream& operator<<(std::ostream& os, const Angle& angle)
25{

Callers 2

GraphicsUtil.cppFile · 0.85
SystemUtil.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected