MCPcopy 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
23std::size_t string_length(const std::string& s)
24{
25 return s.size();
26}
27
28typedef std::vector<int> Ints;
29typedef std::vector<float> Floats;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected