| 2848 | // (ab)using a function type. |
| 2849 | template <typename Runnable, typename RunType, typename BoundArgsType> |
| 2850 | struct BindState; |
| 2851 | |
| 2852 | template <typename Runnable, typename RunType> |
| 2853 | struct BindState<Runnable, RunType, void()> : public BindStateBase { |
nothing calls this directly
no outgoing calls
no test coverage detected