| 380 | /*-------------------------------- "write" access to data */ |
| 381 | |
| 382 | __inline_call data_type* operator-> ( |
| 383 | ) const |
| 384 | { return &**this ; |
| 385 | } |
| 386 | |
| 387 | __inline_call data_type& operator[] ( |
| 388 | size_type _pos |
nothing calls this directly
no outgoing calls
no test coverage detected