| 458 | typename mem_manager |
| 459 | > |
| 460 | size_t array<T,mem_manager>:: |
| 461 | max_size ( |
| 462 | ) const |
| 463 | { |
| 464 | return max_array_size; |
| 465 | } |
| 466 | |
| 467 | // ---------------------------------------------------------------------------------------- |
| 468 |
nothing calls this directly
no outgoing calls
no test coverage detected