MCPcopy 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
4162inline std::size_t concat_length()
4163{
4164 return 0;
4165}
4166
4167template<typename... Args>
4168inline std::size_t concat_length(const char* cstr, Args&& ... rest);

Callers 1

concatFunction · 0.85

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected