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

Method size

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

Source from the content-addressed store, hash-verified

415 [[nodiscard]] constexpr bool empty() const noexcept { return a.empty(); }
416
417 [[nodiscard]] constexpr size_type size() const noexcept { return a.size(); }
418
419 [[nodiscard]] constexpr size_type max_size() const noexcept { return a.max_size(); }
420

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected