Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ ToCPP
Function
ToCPP
framework/include/cppmicroservices/Any.h:638–642 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
636
}
637
638
std::string
639
ToCPP(uint8_t const increment, int32_t const indent) const
640
{
641
return Empty() ?
"null"
: _content->ToCPP(increment, indent);
642
}
643
std::string
644
ToCPP(bool prettyPrint = false) const
645
{
Callers
nothing calls this directly
Calls
2
Empty
Function · 0.85
ToCPP
Method · 0.80
Tested by
no test coverage detected