| 434 | typename mem_manager |
| 435 | > |
| 436 | bool queue_kernel_2<T,block_size,mem_manager>:: |
| 437 | at_start ( |
| 438 | ) const |
| 439 | { |
| 440 | return at_start_; |
| 441 | } |
| 442 | |
| 443 | // ---------------------------------------------------------------------------------------- |
| 444 |
nothing calls this directly
no outgoing calls
no test coverage detected