MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / end

Method end

Sources/Shared/Containers/StringView.h:401–401  ·  view source on GitHub ↗

* @brief Pointer to (one item after) the last byte */

Source from the content-addressed store, hash-verified

399 * @brief Pointer to (one item after) the last byte
400 */
401 constexpr T* end() const { return _data + (_sizePlusFlags & ~Implementation::StringViewSizeMask); }
402 /** @overload */
403 constexpr T* cend() const { return _data + (_sizePlusFlags & ~Implementation::StringViewSizeMask); }
404

Callers 2

splitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected