| 390 | typename mem_manager |
| 391 | > |
| 392 | bool queue_kernel_1<T,mem_manager>:: |
| 393 | at_start ( |
| 394 | ) const |
| 395 | { |
| 396 | return at_start_; |
| 397 | } |
| 398 | |
| 399 | // ---------------------------------------------------------------------------------------- |
| 400 |
nothing calls this directly
no outgoing calls
no test coverage detected