MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / empty

Method empty

include/stringzilla/types.hpp:201–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 constexpr value_type &front() const noexcept { return data_[0]; }
200 constexpr value_type &back() const noexcept { return data_[extent - 1]; }
201 constexpr bool empty() const noexcept { return extent == 0; }
202
203 template <typename same_value_type_ = value_type,
204 typename = typename std::enable_if<!std::is_const<same_value_type_>::value>::type>

Callers 13

test_utf8_ci_find_fuzzFunction · 0.45
scope_assertFunction · 0.45
test_stl_containersFunction · 0.45
allowMethod · 0.45
build_environmentFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls