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

Method crend

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

Source from the content-addressed store, hash-verified

411 [[nodiscard]] constexpr const_iterator rend() const noexcept { return a.rend(); }
412
413 [[nodiscard]] constexpr const_iterator crend() const noexcept { return a.crend(); }
414
415 [[nodiscard]] constexpr bool empty() const noexcept { return a.empty(); }
416

Callers

nothing calls this directly

Calls 1

crendMethod · 0.45

Tested by

no test coverage detected