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

Method errorMsg

include/behaviortree_cpp/utils/safe_any.hpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229
230 template <typename T>
231 std::string errorMsg() const
232 {
233 return StrCat("[Any::convert]: no known safe conversion between [", demangle(type()),
234 "] and [", demangle(typeid(T)), "]");
235 }
236};
237
238//-------------------------------------------------------------

Callers

nothing calls this directly

Calls 3

StrCatFunction · 0.85
demangleFunction · 0.85
typeFunction · 0.85

Tested by

no test coverage detected