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

Method back

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

Source from the content-addressed store, hash-verified

381 [[nodiscard]] constexpr const_reference front() const noexcept { return a.front(); }
382
383 [[nodiscard]] constexpr reference back() noexcept { return a.back(); }
384
385 [[nodiscard]] constexpr const_reference back() const noexcept { return a.back(); }
386

Callers 13

RepeatGeneratorClass · 0.80
sectionStartingMethod · 0.80
assertionEndedMethod · 0.80
sectionEndedMethod · 0.80
catch.hppFile · 0.80
CapturerMethod · 0.80
sectionEndedMethod · 0.80
sectionEndedEarlyMethod · 0.80
addMethod · 0.80
testGroupEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected