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

Function staticArrayView

Sources/Shared/Containers/StaticArray.h:681–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679 Convenience alternative to converting to an @ref StaticArrayView explicitly.
680 */
681 template<std::size_t size, class T> constexpr StaticArrayView<size, T> staticArrayView(StaticArray<size, T>& array) {
682 return StaticArrayView<size, T>{array};
683 }
684
685 /** @relatesalso StaticArray
686 @brief Make a static view on a const @ref StaticArray

Callers 1

arrayCastFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected