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

Method empty

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

Source from the content-addressed store, hash-verified

413 [[nodiscard]] constexpr const_iterator crend() const noexcept { return a.crend(); }
414
415 [[nodiscard]] constexpr bool empty() const noexcept { return a.empty(); }
416
417 [[nodiscard]] constexpr size_type size() const noexcept { return a.size(); }
418

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected