MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / substr

Method substr

include/stringzilla/stringzilla.hpp:3025–3025  ·  view source on GitHub ↗

@brief Added for STL compatibility. */

Source from the content-addressed store, hash-verified

3023
3024 /** @brief Added for STL compatibility. */
3025 basic_string substr() const noexcept { return *this; }
3026
3027 /**
3028 * @brief Return a slice of this view after first `skip` bytes.

Callers 7

scope_assertFunction · 0.45
operator*Method · 0.45
operator*Method · 0.45
compareMethod · 0.45
basic_stringMethod · 0.45
basic_stringClass · 0.45

Calls

no outgoing calls

Tested by 2

scope_assertFunction · 0.36