API

Concepts

Name Description
convertible_to Checks if a type is convertible to another type.
constructible_from Checks if a type can be constructed from given arguments.
copy_constructible Checks if a type is copy constructible.
move_constructible Checks if a type is move constructible.
same_as Checks if two types are the same.