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

Function arrayView

Sources/Shared/Containers/Array.h:751–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749 Convenience alternative to converting to an @ref ArrayView explicitly.
750 */
751 template<class T, class D> inline ArrayView<T> arrayView(Array<T, D>& array) {
752 return ArrayView<T>{array};
753 }
754
755 /** @relatesalso ArrayView
756 @brief Make a view on a const @ref Array

Callers 15

joinMethod · 0.70
joinWithoutEmptyPartsMethod · 0.70
joinMethod · 0.70
joinWithoutEmptyPartsMethod · 0.70
arrayCastFunction · 0.70
ArrayMethod · 0.70
arrayAppendFunction · 0.70
arrayInsertFunction · 0.70
StartProcessingStdinMethod · 0.50
FetchDirectoryAsyncMethod · 0.50
jsReadFilesMethod · 0.50
AsStringMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected