| 166 | typedef int result_type; |
| 167 | |
| 168 | bound_function(Function f, BoundArgs args) |
| 169 | : m_function(f), |
| 170 | m_args(args) |
| 171 | { |
| 172 | } |
| 173 | |
| 174 | template<class Arg1> |
| 175 | detail::invoked_bound_function< |
nothing calls this directly
no outgoing calls
no test coverage detected