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

Function arrayCast

Sources/Shared/Containers/Array.h:767–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 @brief Reinterpret-cast an array
766 */
767 template<class U, class T, class D> inline ArrayView<U> arrayCast(Array<T, D>& array) {
768 return arrayCast<U>(arrayView(array));
769 }
770
771 /** @overload */
772 template<class U, class T, class D> inline ArrayView<const U> arrayCast(const Array<T, D>& array) {

Callers

nothing calls this directly

Calls 1

arrayViewFunction · 0.70

Tested by

no test coverage detected