Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SheafificationOfG/based-cpp
/ end
Function
end
gil/std.str.hpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
static constexpr auto end(auto ch) noexcept {
41
return ch == none_ || ch ==
'\0'
;
42
}
43
44
static constexpr auto strlen(auto str) noexcept {
45
using _impl_::idx;
Callers
3
strlen
Function · 0.85
strcpy
Function · 0.85
puts
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected