| 517 | typename mem_manager |
| 518 | > |
| 519 | void array<T,mem_manager>:: |
| 520 | reset ( |
| 521 | ) const |
| 522 | { |
| 523 | _at_start = true; |
| 524 | pos = 0; |
| 525 | } |
| 526 | |
| 527 | // ---------------------------------------------------------------------------------------- |
| 528 |
nothing calls this directly
no outgoing calls
no test coverage detected