------------------------------ "const" access iterators */
| 256 | |
| 257 | /*------------------------------ "const" access iterators */ |
| 258 | __inline_call _const_it head ( |
| 259 | ) const |
| 260 | {/*---- return iterator for list head */ |
| 261 | self_type *_obj = (self_type *)this; |
| 262 | return _const_it(this->_hptr, _obj); |
| 263 | } |
| 264 | |
| 265 | __inline_call _const_it tend ( |
| 266 | ) const |
nothing calls this directly
no test coverage detected