- Timestamp:
- Jul 7, 2009 3:58:37 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49701
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ministring_cpp.h
r21156 r21352 245 245 bool operator<(const char *that) const { return compare(that) < 0; } 246 246 bool operator>(const char *that) const { return compare(that) > 0; } 247 248 operator bool() const { return !isNull(); } 247 249 248 250 protected:
Note:
See TracChangeset
for help on using the changeset viewer.