MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / GetTypeConstraintAsString

Function GetTypeConstraintAsString

CodeGenerator.cpp:1739–1749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1737//-----------------------------------------------------------------------------
1738
1739static std::string GetTypeConstraintAsString(const TypeConstraint* typeConstraint)
1740{
1741 if(typeConstraint) {
1742 StringStream sstream{};
1743 sstream.Print(*typeConstraint);
1744
1745 return sstream.str();
1746 }
1747
1748 return {};
1749}
1750//-----------------------------------------------------------------------------
1751
1752static std::string_view Ellipsis(bool b)

Callers 2

InsertArgMethod · 0.85

Calls 1

PrintMethod · 0.45

Tested by

no test coverage detected