| 531 | typename mem_manager |
| 532 | > |
| 533 | bool array<T,mem_manager>:: |
| 534 | current_element_valid ( |
| 535 | ) const |
| 536 | { |
| 537 | return pos != 0; |
| 538 | } |
| 539 | |
| 540 | // ---------------------------------------------------------------------------------------- |
| 541 |
nothing calls this directly
no outgoing calls
no test coverage detected