Direct access to underlying data (read-only)
| 2213 | |
| 2214 | // Direct access to underlying data (read-only) |
| 2215 | const block_type* data() const |
| 2216 | { |
| 2217 | return original_bv_->data() + start_block_; |
| 2218 | } |
| 2219 | |
| 2220 | // Memory usage |
| 2221 | size_t memory_usage() const |