MCPcopy Create free account
hub / github.com/Neargye/magic_enum / end

Method end

include/magic_enum/magic_enum_containers.hpp:397–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 [[nodiscard]] constexpr const_iterator cbegin() const noexcept { return a.cbegin(); }
396
397 [[nodiscard]] constexpr iterator end() noexcept { return a.end(); }
398
399 [[nodiscard]] constexpr const_iterator end() const noexcept { return a.end(); }
400

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected