! returns the number of bytes of the buffer */
| 172 | |
| 173 | /*! returns the number of bytes of the buffer */ |
| 174 | __forceinline size_t bytes() const { |
| 175 | return numBytes; |
| 176 | } |
| 177 | |
| 178 | /*! returns true of the buffer is not empty */ |
| 179 | __forceinline operator bool() const { |