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

Method begin

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

@brief Pointer to the first element */

Source from the content-addressed store, hash-verified

229
230 /** @brief Pointer to the first element */
231 constexpr T* begin() const { return _data; }
232 /** @overload */
233 constexpr T* cbegin() const { return _data; }
234

Callers 2

arrayViewFunction · 0.45
arrayCastFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected