MCPcopy Create free account
hub / github.com/c42f/tinyformat / invoke

Method invoke

tinyformat.h:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225struct formatValueAsType
226{
227 static void invoke(std::ostream& /*out*/, const T& /*value*/) { TINYFORMAT_ASSERT(0); }
228};
229// Specialized version for types that can actually be converted to fmtT, as
230// indicated by the "convertible" template parameter.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected