MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / Empty

Function Empty

framework/include/cppmicroservices/Any.h:584–588  ·  view source on GitHub ↗

* returns true if the Any is empty */

Source from the content-addressed store, hash-verified

582 * returns true if the Any is empty
583 */
584 bool
585 Empty() const
586 {
587 return !_content;
588 }
589
590 /**
591 * Returns a string representation for the content if it is not empty.

Callers 4

ToStringMethod · 0.85
ToStringNoExceptMethod · 0.85
ToJSONFunction · 0.85
ToCPPFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected