Home | Info | Community | Development | myReactOS | Contact Us
bool()
[inline]
Definition at line 685 of file _bvector.h.
Referenced by _M_fill_assign(), and resize().
{ difference_type __n = __position - begin(); if (this->_M_finish._M_p != this->_M_end_of_storage._M_data && __position == end()) { *(this->_M_finish) = __x; ++this->_M_finish; } else _M_insert_aux(__position, __x); return begin() + __n; }