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

Method front

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

Source from the content-addressed store, hash-verified

377 }
378
379 [[nodiscard]] constexpr reference front() noexcept { return a.front(); }
380
381 [[nodiscard]] constexpr const_reference front() const noexcept { return a.front(); }
382

Callers 8

operator*Method · 0.80
operator->Method · 0.80
fileNameTagFunction · 0.80
writeTestCaseMethod · 0.80
magic_enum.hppFile · 0.80
arrayClass · 0.80
bitsetClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected