MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / empty

Method empty

extern/re2/re2/stringpiece.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 size_type size() const { return size_; }
81 size_type length() const { return size_; }
82 bool empty() const { return size_ == 0; }
83
84 const_reference operator[](size_type i) const { return data_[i]; }
85 const_pointer data() const { return data_; }

Callers 2

starts_withMethod · 0.45
ends_withMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected