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

Function StrCat

include/behaviortree_cpp/utils/strcat.hpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44} // namespace strings_internal
45
46inline std::string StrCat()
47{
48 return std::string();
49}
50
51inline std::string StrCat(const std::string_view& a)
52{

Callers 15

getRawPortValueMethod · 0.85
ConvertWithBoundCheckFunction · 0.85
convertFromString<float>Function · 0.85
toJsonStringFunction · 0.85
createNodeFromXMLMethod · 0.85
createEntryImplMethod · 0.85
registerScriptingEnumMethod · 0.85
ScriptParserClass · 0.85

Calls 4

stringFunction · 0.85
CatPiecesFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected