Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ string_length
Function
string_length
test/numeric_test.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
std::size_t string_length(const std::string& s)
24
{
25
return s.size();
26
}
27
28
typedef std::vector<int> Ints;
29
typedef std::vector<float> Floats;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected