| 250 | } |
| 251 | |
| 252 | uint8_t toByte(std::vector<bool>::const_iterator start, |
| 253 | std::vector<bool>::const_iterator end) |
| 254 | { |
| 255 | return toBytes(start, end)[0]; |
| 256 | } |
| 257 | |
| 258 | Bytes toBytes(std::vector<bool>::const_iterator start, |
| 259 | std::vector<bool>::const_iterator end) |