| 379 | typename mem_manager |
| 380 | > |
| 381 | bool stack_kernel_1<T,mem_manager>:: |
| 382 | at_start ( |
| 383 | ) const |
| 384 | { |
| 385 | return _at_start; |
| 386 | } |
| 387 | |
| 388 | // ---------------------------------------------------------------------------------------- |
| 389 |
nothing calls this directly
no outgoing calls
no test coverage detected