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

Class EnumStringMaker

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

Source from the content-addressed store, hash-verified

1618 bool IsEnum = std::is_enum<T>::value
1619 >
1620 struct EnumStringMaker
1621 {
1622 static std::string convert( T const& ) { return unprintableString; }
1623 };
1624
1625 template<typename T>
1626 struct EnumStringMaker<T,true>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected