Trait that yields the type of the first argument of a callable F.
Declared in <folly/fibers/traits.h>
template<
typename F,
typename Enable = void>
struct FirstArgOf;
| Name | Description |
|---|---|
FirstArgOf<F> | Specialization for non-function-object callables |
FirstArgOf<F> | Specialization for function objects |