|
|
| move_only_function (move_only_function &&) noexcept=default |
|
move_only_function & | operator= (move_only_function &&) noexcept=default |
|
| move_only_function (move_only_function const &)=delete |
|
move_only_function & | operator= (move_only_function const &)=delete |
|
template<class F> |
| move_only_function & | operator= (F &&f) |
|
void | swap (function_invoke &other) |
|
|
void | swap (move_only_function &f1, move_only_function &f2) noexcept |
The documentation for this class was generated from the following file: