Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ concat_length
Function
concat_length
Source/external/json.hpp:4162–4165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4160
{
4161
4162
inline std::size_t concat_length()
4163
{
4164
return 0;
4165
}
4166
4167
template<typename... Args>
4168
inline std::size_t concat_length(const char* cstr, Args&& ... rest);
Callers
1
concat
Function · 0.85
Calls
1
size
Method · 0.80
Tested by
no test coverage detected