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

Method cend

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

Source from the content-addressed store, hash-verified

399 [[nodiscard]] constexpr const_iterator end() const noexcept { return a.end(); }
400
401 [[nodiscard]] constexpr const_iterator cend() const noexcept { return a.cend(); }
402
403 [[nodiscard]] constexpr iterator rbegin() noexcept { return a.rbegin(); }
404

Callers

nothing calls this directly

Calls 1

cendMethod · 0.45

Tested by

no test coverage detected