MCPcopy Create free account
hub / github.com/LibRapid/librapid / begin

Method begin

librapid/include/librapid/array/arrayContainer.hpp:885–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883
884 template<typename ShapeType_, typename StorageType_>
885 LIBRAPID_ALWAYS_INLINE auto ArrayContainer<ShapeType_, StorageType_>::begin() const noexcept
886 -> auto {
887 return detail::ArrayIterator(createGeneralArrayView(*this), 0);
888 }
889
890 template<typename ShapeType_, typename StorageType_>
891 LIBRAPID_ALWAYS_INLINE auto ArrayContainer<ShapeType_, StorageType_>::end() const noexcept

Callers 2

packetMethod · 0.45
writePacketMethod · 0.45

Calls 2

ArrayIteratorClass · 0.85
createGeneralArrayViewFunction · 0.85

Tested by

no test coverage detected