MCPcopy Create free account
hub / github.com/celtera/libremidi / cstring_null_scan

Function cstring_null_scan

include/libremidi/system_error2.hpp:1171–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169namespace detail {
1170
1171constexpr const char* cstring_null_scan(const char* s) noexcept
1172{
1173 return *s ? cstring_null_scan(s + 1) : s;
1174}
1175
1176} // end namespace detail
1177

Callers 2

string_refMethod · 0.85
shared_string_refMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected