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

Method crbegin

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

crbeginMethod · 0.45

Tested by

no test coverage detected