MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / cend

Method cend

3rd/wildcards/include/cx/array.hpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 constexpr const T* cend() const
59 {
60 return end();
61 }
62
63 constexpr const T& operator[](std::size_t pos) const
64 {

Callers 7

dumpMethod · 0.45
updateFunction · 0.45
basic_json diffFunction · 0.45
updateFunction · 0.45
basic_json diffFunction · 0.45
dumpMethod · 0.45
buffer_registrationClass · 0.45

Calls 1

endFunction · 0.70

Tested by

no test coverage detected