MCPcopy 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

EmptyFunction · 0.85
ToCPPMethod · 0.80

Tested by

no test coverage detected