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

Function concat_length

include/behaviortree_cpp/contrib/json.hpp:4234–4237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4232{
4233
4234inline std::size_t concat_length()
4235{
4236 return 0;
4237}
4238
4239template<typename... Args>
4240inline std::size_t concat_length(const char* cstr, const Args& ... rest);

Callers 1

concatFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected