siplasplas
A library for C++ reflection and introspection
cpp::concepts::Assignable< T, U > Class Template Reference

Checks if a type satisfies the assignable concept More...

#include <siplasplas/typeerasure/concepts/valuesemantics.hpp>

Inheritance diagram for cpp::concepts::Assignable< T, U >:
cpp::concepts::Concept< std::is_assignable< T, U >::value, std::is_nothrow_assignable< T, U >::value >

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
 

Detailed Description

template<typename T, typename U>
class cpp::concepts::Assignable< T, U >

Checks if a type satisfies the assignable concept

Template Parameters
TType of the left side (asigned to) of the asignment operation
UType of the right side (asigned from) of the asignment operation

The documentation for this class was generated from the following file: