Searched defs:a_i (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/cpp/
H A Dmem.h207 * @param a_i The element to access.
209 T &operator[](size_t a_i) argument
211 return this->get()[a_i];

Completed in 57 milliseconds