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

Method rbegin

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

rbeginMethod · 0.45

Tested by

no test coverage detected