| 625 | */ |
| 626 | |
| 627 | __inline_call _const_it head ( |
| 628 | ) const |
| 629 | {/*--- return iterator for list head */ |
| 630 | size_type _off = +0; |
| 631 | root_type *_ptr =(root_type*)&this->_block; |
| 632 | self_type *_obj =(self_type*) this; |
| 633 | return _const_it(_obj, _ptr, _off); |
| 634 | } |
| 635 | |
| 636 | __inline_call _const_it tail ( |
| 637 | ) const |
nothing calls this directly
no test coverage detected