| 24 | using iterator = value_type*; |
| 25 | |
| 26 | ByteVector() = default; |
| 27 | ByteVector(const ByteVector &that); |
| 28 | ByteVector& operator=(const ByteVector &that); |
| 29 | ByteVector(size_t size); |
nothing calls this directly
no outgoing calls
no test coverage detected