| 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() ; } |
| 117 | inline iterator end() { return VECTOR::end() ; } |
| 118 |
nothing calls this directly
no outgoing calls
no test coverage detected