MCPcopy 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
40static constexpr auto end(auto ch) noexcept {
41 return ch == none_ || ch == '\0';
42}
43
44static constexpr auto strlen(auto str) noexcept {
45 using _impl_::idx;

Callers 3

strlenFunction · 0.85
strcpyFunction · 0.85
putsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected