MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / end

Method end

Libraries/Plugin/Plugin.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73 constexpr T* begin() { return values; }
74 constexpr T* end() { return values + numValues; }
75 constexpr T& operator[](size_t idx) { return values[idx]; }
76 constexpr const T* begin() const { return values; }
77 constexpr const T* end() const { return values + numValues; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected