MIRA
|
Evaluates to std::true_type, if U can be assigned to T, i.e. More...
#include <utils/HasAssign.h>
Evaluates to std::true_type, if U can be assigned to T, i.e.
if T has an assignment T::operator=(const U&) that allows
Unfortunatelly, there is no way to detect, whether the assignment operator is public accessible or private. If it is private, this type trait will produce a compiler error.