Changeset 74195 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Sep 11, 2018 11:45:35 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/reststringmap.h
r74181 r74195 69 69 70 70 /** 71 * Checks if the map is empty. 72 */ 73 inline bool isEmpty() const { return m_cEntries == 0; } 74 75 /** 71 76 * Gets the number of entries in the map. 72 77 */
Note:
See TracChangeset
for help on using the changeset viewer.