Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4234
inline std::size_t concat_length()
4235
{
4236
return 0;
4237
}
4238
4239
template<typename... Args>
4240
inline std::size_t concat_length(const char* cstr, const Args& ... rest);
Callers
1
concat
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected