MIRA
Classes | Namespaces
HasAssign.h File Reference

Typetrait to test whether a class has a certain assignment operator. More...

#include <type_traits>
Include dependency graph for HasAssign.h:

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
 

Detailed Description

Typetrait to test whether a class has a certain assignment operator.

This trait is missing in boost:: and std::type_traits.

Author
Erik Einhorn
Date
2012/12/12