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

Function begin

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

* @brief Pointer to the first element */

Source from the content-addressed store, hash-verified

827 * @brief Pointer to the first element
828 */
829 constexpr T* begin() const { return _data; }
830 /** @overload */
831 constexpr T* cbegin() const { return _data; }
832

Callers 2

String.cppFile · 0.70
JoinMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected