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

Method cend

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

Source from the content-addressed store, hash-verified

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
58 LIBC_INLINE constexpr reverse_iterator rbegin() {
59 return reverse_iterator{end()};

Callers 1

eraseMethod · 0.80

Calls 1

endFunction · 0.70

Tested by

no test coverage detected