MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / cerrf

Function cerrf

source/core/StarFormat.hpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35// Automatically flushes, use format to avoid flushing.
36template <typename... Args>
37void cerrf(char const* fmt, Args const&... args) {
38 format(std::cerr, fmt, args...);
39 std::cerr.flush();
40}
41
42template <class Type>
43inline std::string toString(Type const& t) {

Callers 14

parseArgsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

formatFunction · 0.70
flushMethod · 0.45

Tested by

no test coverage detected