Changeset 73958 in vbox for trunk/include/iprt
- Timestamp:
- Aug 29, 2018 3:21:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r73957 r73958 773 773 * @param a_pThat The object to insert. The array takes ownership of the object on success. 774 774 */ 775 int prepend( size_t a_idx,ElementType *a_pThat)775 int prepend(ElementType *a_pThat) 776 776 { 777 777 return insertWorker(0, a_pThat, false /*a_fReplace*/);
Note:
See TracChangeset
for help on using the changeset viewer.