| 667 | */ |
| 668 | |
| 669 | __inline_call _write_it head ( |
| 670 | ) |
| 671 | {/*--- return iterator for list head */ |
| 672 | size_type _off = +0; |
| 673 | root_type *_ptr =(root_type*)&this->_block; |
| 674 | self_type *_obj =(self_type*) this; |
| 675 | return _write_it(_obj, _ptr, _off); |
| 676 | } |
| 677 | |
| 678 | __inline_call _write_it tail ( |
| 679 | ) |
nothing calls this directly
no test coverage detected