openMSX
|
#include <semiregular.hh>
Public Member Functions | |
constexpr | semiregular_copy_assign ()=default |
constexpr | ~semiregular_copy_assign ()=default |
constexpr | semiregular_copy_assign (const semiregular_copy_assign &)=default |
constexpr | semiregular_copy_assign (semiregular_copy_assign &&) noexcept=default |
constexpr semiregular_copy_assign & | operator= (const semiregular_copy_assign &that) noexcept(std::is_nothrow_copy_constructible_v< T >) |
constexpr semiregular_copy_assign & | operator= (semiregular_copy_assign &&) noexcept=default |
Definition at line 69 of file semiregular.hh.
|
constexprdefault |
|
constexprdefault |
|
constexprdefault |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Definition at line 76 of file semiregular.hh.
|
constexprdefaultnoexcept |