Changeset 11006 in vbox
- Timestamp:
- Jul 30, 2008 5:59:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/autores.h
r11004 r11006 293 293 * 294 294 * @returns Reference to the element. 295 * @param iThe element to access.296 */ 297 T &operator[](size_t i)298 { 299 return this->get()[ i];295 * @param a_i The element to access. 296 */ 297 T &operator[](size_t a_i) 298 { 299 return this->get()[a_i]; 300 300 } 301 301
Note:
See TracChangeset
for help on using the changeset viewer.