-------------------------------- return container alloc */
| 248 | |
| 249 | /*-------------------------------- return container alloc */ |
| 250 | __inline_call allocator get_alloc ( |
| 251 | ) const |
| 252 | { |
| 253 | return |
| 254 | static_cast<allocator>( *this ) ; |
| 255 | } |
| 256 | |
| 257 | /*------------------------------ "const" access iterators */ |
| 258 | __inline_call _const_it head ( |
nothing calls this directly
no outgoing calls
no test coverage detected