| 405 | typename mem_manager |
| 406 | > |
| 407 | size_t array<T,mem_manager>:: |
| 408 | size ( |
| 409 | ) const |
| 410 | { |
| 411 | return array_size; |
| 412 | } |
| 413 | |
| 414 | // ---------------------------------------------------------------------------------------- |
| 415 |
nothing calls this directly
no outgoing calls
no test coverage detected