| 292 | /*-------------------------------- "const" access to data */ |
| 293 | |
| 294 | __inline_call data_type const* operator-> ( |
| 295 | ) const |
| 296 | { return &**this ; |
| 297 | } |
| 298 | |
| 299 | __inline_call data_type const& operator[] ( |
| 300 | size_type _pos |
nothing calls this directly
no outgoing calls
no test coverage detected