Returns \p true if end-of-stream encountered
| 216 | |
| 217 | /// Returns \p true if end-of-stream encountered |
| 218 | bool eos() const |
| 219 | { |
| 220 | return cur_ >= last_; |
| 221 | } |
| 222 | |
| 223 | /// Cuts next \p count bits (must be multiplier of 8) from bit-string |
| 224 | /** |
no outgoing calls