MCPcopy Create free account
hub / github.com/couchbase/fleece / operator>=

Method operator>=

API/fleece/slice.hh:159–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 bool operator>(pure_slice s) const noexcept FLPURE {return compare(s) > 0;}
158 bool operator<=(pure_slice s) const noexcept FLPURE {return compare(s) <= 0;}
159 bool operator>=(pure_slice s) const noexcept FLPURE {return compare(s) >= 0;}
160
161 inline bool hasPrefix(pure_slice) const noexcept FLPURE;
162 inline bool hasSuffix(pure_slice) const noexcept FLPURE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected