convertible_to |
Checks if a type is convertible to another type. |
is_constructible |
Checks if a type can be constructed from given arguments. |
is_copy_constructible |
Checks if a type is copy constructible. |
is_move_constructible |
Checks if a type is move constructible. |
is_noexcept_constructible |
Checks if a type can be constructed from arguments without throwing. |
is_noexcept_copy_constructible |
Checks if a type is copy constructible without throwing. |
is_noexcept_move_constructible |
Checks if a type is move constructible without throwing. |
same_as |
Checks if two types are the same. |