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

Method invoke

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

Source from the content-addressed store, hash-verified

240struct formatZeroIntegerWorkaround
241{
242 static bool invoke(std::ostream& /**/, const T& /**/) { return false; }
243};
244template<typename T>
245struct formatZeroIntegerWorkaround<T,true>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected