Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_view
Class · 0.45
get_cell_height
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected