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

Function arraySize

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

Source from the content-addressed store, hash-verified

686 of a C array member.
687 */
688 template<class T> constexpr std::size_t arraySize(ArrayView<T> view) {
689 return view.size();
690 }
691
692 /** @overload */
693 template<std::size_t size_, class T> constexpr std::size_t arraySize(StaticArrayView<size_, T>) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected