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

Function end

Sources/Shared/Containers/ArrayView.h:834–834  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

832
833 /** @brief Pointer to (one item after) the last element */
834 constexpr T* end() const { return _data + size_; }
835 /** @overload */
836 constexpr T* cend() const { return _data + size_; }
837

Callers 3

String.cppFile · 0.70
JoinMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected