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

Method data

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

Source from the content-addressed store, hash-verified

385 [[nodiscard]] constexpr const_reference back() const noexcept { return a.back(); }
386
387 [[nodiscard]] constexpr pointer data() noexcept { return a.data(); }
388
389 [[nodiscard]] constexpr const_pointer data() const noexcept { return a.data(); }
390

Callers 7

beginMethod · 0.45
endMethod · 0.45
itMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
itMethod · 0.45
to_stringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected