MCPcopy Create free account
hub / github.com/apache/trafficserver / operator!

Method operator!

lib/swoc/include/swoc/TextView.h:1157–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155}
1156
1157inline constexpr bool
1158TextView::operator!() const noexcept {
1159 return this->empty();
1160}
1161
1162inline constexpr TextView::operator bool() const noexcept {
1163 return !this->empty();

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected