MCPcopy Create free account
hub / github.com/boost-ext/ut / empty

Method empty

include/boost/ut.hpp:524–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522
523 [[nodiscard]] constexpr std::size_t size() const noexcept { return N; }
524 [[nodiscard]] constexpr bool empty() const noexcept { return N == 0; }
525 [[nodiscard]] constexpr explicit operator std::string_view() const noexcept {
526 return {_data, N};
527 }

Callers 5

operator<<Method · 0.80
parseMethod · 0.80
onMethod · 0.80
print_resultMethod · 0.80
onMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected