| 111 | |
| 112 | inline const_iterator begin() const{ return VECTOR::begin() ; } |
| 113 | inline const_iterator end() const{ return VECTOR::end() ; } |
| 114 | inline const_iterator cbegin() const{ return VECTOR::begin() ; } |
| 115 | inline const_iterator cend() const{ return VECTOR::end() ; } |
| 116 | inline iterator begin() { return VECTOR::begin() ; } |