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

Method rend

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

Source from the content-addressed store, hash-verified

407 [[nodiscard]] constexpr const_iterator crbegin() const noexcept { return a.crbegin(); }
408
409 [[nodiscard]] constexpr iterator rend() noexcept { return a.rend(); }
410
411 [[nodiscard]] constexpr const_iterator rend() const noexcept { return a.rend(); }
412

Callers

nothing calls this directly

Calls 1

rendMethod · 0.45

Tested by

no test coverage detected