| 760 | |
| 761 | template <std::size_t Index, typename Function, typename... Signatures> |
| 762 | class operator_impl; |
| 763 | |
| 764 | #define FU2_DEFINE_FUNCTION_TRAIT(CONST, VOLATILE, NOEXCEPT, OVL_REF, REF) \ |
| 765 | template <std::size_t Index, typename Function, typename Ret, \ |
nothing calls this directly
no outgoing calls
no test coverage detected