|
|
| function_invoke (std::nullptr_t) |
|
template<class F> |
| | function_invoke (F &&f) |
|
template<class F, class... Xs> |
| | function_invoke (std::in_place_type_t< F >, Xs &&... args) |
|
template<class F, class U, class... Xs> |
| | function_invoke (std::in_place_type_t< F >, std::initializer_list< U > l, Xs &&... args) |
|
void | swap (function_invoke &other) |
The documentation for this class was generated from the following file: