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

Function exceptPrefix

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

@copydoc ArrayView::exceptPrefix(std::size_t) const */

Source from the content-addressed store, hash-verified

943
944 /** @copydoc ArrayView::exceptPrefix(std::size_t) const */
945 constexpr ArrayView<T> exceptPrefix(std::size_t size__) const {
946 return ArrayView<T>(*this).exceptPrefix(size__);
947 }
948
949 /**
950 * @brief Fixed-size view except the first @p size__ items

Callers 2

partitionMethod · 0.85
exceptPrefixMethod · 0.85

Calls 1

exceptPrefixMethod · 0.45

Tested by

no test coverage detected