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

Method cbegin

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

Source from the content-addressed store, hash-verified

393 [[nodiscard]] constexpr const_iterator begin() const noexcept { return a.begin(); }
394
395 [[nodiscard]] constexpr const_iterator cbegin() const noexcept { return a.cbegin(); }
396
397 [[nodiscard]] constexpr iterator end() noexcept { return a.end(); }
398

Callers

nothing calls this directly

Calls 1

cbeginMethod · 0.45

Tested by

no test coverage detected