| 504 | typename mem_manager |
| 505 | > |
| 506 | bool array<T,mem_manager>:: |
| 507 | at_start ( |
| 508 | ) const |
| 509 | { |
| 510 | return _at_start; |
| 511 | } |
| 512 | |
| 513 | // ---------------------------------------------------------------------------------------- |
| 514 |
nothing calls this directly
no outgoing calls
no test coverage detected