MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / empty

Function empty

rtpose_wrapper/src/gtest/gtest.h:3091–3091  ·  view source on GitHub ↗

Returns true iff this is an empty string (i.e. "").

Source from the content-addressed store, hash-verified

3089
3090 // Returns true iff this is an empty string (i.e. "").
3091 bool empty() const { return (c_str() != NULL) && (length() == 0); }
3092
3093 // Compares this with another String.
3094 // Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0

Callers

nothing calls this directly

Calls 2

c_strFunction · 0.85
lengthFunction · 0.85

Tested by

no test coverage detected