Sponsor of the Day:
Jerkmate
https://cppreference.com/w/cpp/types/is_convertible.html
std::is_convertible, std::is_nothrow_convertible - cppreference.com
stdconvertiblenothrowcppreference
https://cppreference.com/w/cpp/types/is_constructible.html
std::is_constructible, std::is_trivially_constructible, std::is_nothrow_constructible -...
constructible triviallystdnothrow
https://cppreference.com/w/cpp/types/is_destructible.html
std::is_destructible, std::is_trivially_destructible, std::is_nothrow_destructible -...
trivially nothrowstddestructible
https://cppreference.com/w/cpp/types/is_swappable.html
std::is_swappable_with, std::is_swappable, std::is_nothrow_swappable_with,...
stdswappablenothrow
https://cppreference.com/w/cpp/types/is_move_assignable.html
std::is_move_assignable, std::is_trivially_move_assignable, std::is_nothrow_move_assignable -...
assignable trivially nothrowstdmove
https://cppreference.com/w/cpp/types/is_copy_assignable.html
std::is_copy_assignable, std::is_trivially_copy_assignable, std::is_nothrow_copy_assignable -...
assignable trivially nothrowstdcopy
https://cppreference.com/w/cpp/types/is_assignable.html
std::is_assignable, std::is_trivially_assignable, std::is_nothrow_assignable - cppreference.com
assignable trivially nothrowstdcppreference