VirtualBox

Changeset 74195 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Sep 11, 2018 11:45:35 AM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Build fix for array tests. Started testing the string map. Added isEmpty method to the string map. bugref:9167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/reststringmap.h

    r74181 r74195  
    6969
    7070    /**
     71     * Checks if the map is empty.
     72     */
     73    inline bool isEmpty() const { return m_cEntries == 0; }
     74
     75    /**
    7176     * Gets the number of entries in the map.
    7277     */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette