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

Method size

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

@brief View size */

Source from the content-addressed store, hash-verified

223
224 /** @brief View size */
225 constexpr std::size_t size() const { return _size; }
226
227 /** @brief Whether the view is empty */
228 constexpr bool empty() const { return !_size; }

Callers 6

ArrayViewMethod · 0.45
ArrayViewMethod · 0.45
ArrayViewMethod · 0.45
arrayViewFunction · 0.45
arrayCastFunction · 0.45
arraySizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected