Vector subset
| 232 | // Vector subset |
| 233 | // |
| 234 | const_iterator begin() const { return vch.begin() + nReadPos; } |
| 235 | iterator begin() { return vch.begin() + nReadPos; } |
| 236 | const_iterator end() const { return vch.end(); } |
| 237 | iterator end() { return vch.end(); } |
no outgoing calls
no test coverage detected