MIRA
|
Typetrait to test whether a class has a certain assignment operator. More...
#include <type_traits>
Go to the source code of this file.
Classes | |
class | HasAssignHelper< T, U > |
class | has_assign< T, U > |
Evaluates to std::true_type, if U can be assigned to T, i.e. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
mira::detail | |
Typetrait to test whether a class has a certain assignment operator.
This trait is missing in boost:: and std::type_traits.