MCPcopy Create free account
hub / github.com/FidoProject/Fido / FalseType

Class FalseType

tests/catch.h:1602–1602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1600
1601 struct TrueType { char sizer[1]; };
1602 struct FalseType { char sizer[2]; };
1603
1604 TrueType& testStreamable( std::ostream& );
1605 FalseType testStreamable( FalseType );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected