|
LeviLamina
|
Inheritance diagram for brstd::copyable_function< Signature >:Public Member Functions | |
| 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 > requires std::is_constructible_v<copyable_function, F> | |
| copyable_function & | operator= (F &&f) |
| void | swap (function_invoke &other) |
Friends | |
| void | swap (copyable_function &f1, copyable_function &f2) noexcept |