MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / end

Method end

system/lib/llvm-libc/src/__support/CPP/array.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 LIBC_INLINE constexpr const_iterator cbegin() const { return begin(); }
53
54 LIBC_INLINE constexpr iterator end() { return Data + N; }
55 LIBC_INLINE constexpr const_iterator end() const { return Data + N; }
56 LIBC_INLINE constexpr const_iterator cend() const { return end(); }
57

Callers 3

FreeListHeapMethod · 0.45
uefi_status_to_errnoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected