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

Method data

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

@brief View data */

Source from the content-addressed store, hash-verified

220
221 /** @brief View data */
222 constexpr T* data() const { return _data; }
223
224 /** @brief View size */
225 constexpr std::size_t size() const { return _size; }

Callers 1

arrayCastFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected