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

Method cbegin

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

Source from the content-addressed store, hash-verified

50 LIBC_INLINE constexpr iterator begin() { return Data; }
51 LIBC_INLINE constexpr const_iterator begin() const { return Data; }
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; }

Callers 2

__erase_afterMethod · 0.80
emplace_hintFunction · 0.80

Calls 1

beginFunction · 0.70

Tested by

no test coverage detected