MCPcopy Create free account
hub / github.com/p-ranav/tabulate / empty

Method empty

include/tabulate/string_view_lite.hpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642
643 // since C++20
644 nssv_nodiscard nssv_constexpr bool empty() const nssv_noexcept
645 {
646 return 0 == size_;
647 }
648
649 // 24.4.2.4 Element access:
650

Callers 2

basic_string_viewClass · 0.45
get_cell_heightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected