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

Class formatZeroIntegerWorkaround

tinyformat.h:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238#ifdef TINYFORMAT_OLD_LIBSTDCPLUSPLUS_WORKAROUND
239template<typename T, bool convertible = is_convertible<T, int>::value>
240struct formatZeroIntegerWorkaround
241{
242 static bool invoke(std::ostream& /**/, const T& /**/) { return false; }
243};
244template<typename T>
245struct formatZeroIntegerWorkaround<T,true>
246{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected