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

Method begin

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

Source from the content-addressed store, hash-verified

900 }
901
902 constexpr const_iterator begin() const noexcept {
903 return const_iterator{this, index_type::begin(), index_type::end(), index_type::begin()};
904 }
905
906 constexpr const_iterator end() const noexcept {
907 return const_iterator{this, index_type::begin(), index_type::end(), index_type::end()};

Callers 3

calculate_casesFunction · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected