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