Direct access to underlying data for advanced operations
| 756 | |
| 757 | // Direct access to underlying data for advanced operations |
| 758 | const block_type* data() const |
| 759 | { |
| 760 | return blocks_.data(); |
| 761 | } |
| 762 | |
| 763 | block_type* data() |
| 764 | { |
no outgoing calls
no test coverage detected