MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / to_string

Function to_string

3rdparty/cppzmq/zmq.hpp:676–679  ·  view source on GitHub ↗

interpret message content as a string

Source from the content-addressed store, hash-verified

674
675 // interpret message content as a string
676 std::string to_string() const
677 {
678 return std::string(static_cast<const char *>(data()), size());
679 }
680#if CPPZMQ_HAS_STRING_VIEW
681 // interpret message content as a string
682 std::string_view to_string_view() const noexcept

Callers 15

formatForbiddenCharFunction · 0.50
validateModelNameFunction · 0.50
validatePortNameFunction · 0.50
validateInstanceNameFunction · 0.50
loadDocImplMethod · 0.50
VerifyXMLFunction · 0.50
createNodeFromXMLMethod · 0.50
registerScriptingEnumMethod · 0.50
ScriptParserClass · 0.50
parsePrefixMethod · 0.50
Groot2PublisherMethod · 0.50

Calls 3

stringFunction · 0.85
dataFunction · 0.70
sizeFunction · 0.70

Tested by 2

toStr<Point2D>Method · 0.40
TESTFunction · 0.40