| 277 | typename T |
| 278 | > |
| 279 | typename timer<T>::af_type timer<T>:: |
| 280 | action_function ( |
| 281 | ) const |
| 282 | { |
| 283 | return af; |
| 284 | } |
| 285 | |
| 286 | // ---------------------------------------------------------------------------------------- |
| 287 |
nothing calls this directly
no outgoing calls
no test coverage detected