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

Class fail

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

Source from the content-addressed store, hash-verified

187 private:
188 // two types of different size
189 struct fail { char dummy[2]; };
190 struct succeed { char dummy; };
191 // Try to convert a T1 to a T2 by plugging into tryConvert
192 static fail tryConvert(...);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected