MIRA
Classes | Namespaces
IsCopyAssignable.h File Reference

Type trait to check if a class is copy assignable. More...

#include <type_traits>
Include dependency graph for IsCopyAssignable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IsCopyAssignable< T >
 Type trait that evaluates to true if a type is copy assignable, false otherwise. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

Type trait to check if a class is copy assignable.

Author
Christof Schröter
Date
2021/02/24