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

Class BorgType

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

Source from the content-addressed store, hash-verified

1595 extern const std::string unprintableString;
1596
1597 struct BorgType {
1598 template<typename T> BorgType( T const& );
1599 };
1600
1601 struct TrueType { char sizer[1]; };
1602 struct FalseType { char sizer[2]; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected