| 184 | typename T |
| 185 | > |
| 186 | typename timer_heavy<T>::af_type timer_heavy<T>:: |
| 187 | action_function ( |
| 188 | ) const |
| 189 | { |
| 190 | return af; |
| 191 | } |
| 192 | |
| 193 | // ---------------------------------------------------------------------------------------- |
| 194 |
nothing calls this directly
no outgoing calls
no test coverage detected