siplasplas
A library for C++ reflection and introspection
|
Checks if a type satisfies the assignable concept More...
#include <siplasplas/typeerasure/concepts/valuesemantics.hpp>
Additional Inherited Members | |
Static Public Attributes inherited from cpp::concepts::Concept< std::is_assignable< T, U >::value, std::is_nothrow_assignable< T, U >::value > | |
static constexpr bool | no_except |
Checks if a type satisfies the assignable concept
::value
: true if T meets Assignable from U concept. False otherwise::no_except
: true if T is also no throw assignable. False otherwiseT | Type of the left side (asigned to) of the asignment operation |
U | Type of the right side (asigned from) of the asignment operation |