MIRA
Classes | Namespaces
IsCheapToCopy.h File Reference

Type trait to define if a class is cheap to copy. More...

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

Go to the source code of this file.

Classes

class  IsCheapToCopy< T >
 By default, IsCheapToCopy<T>::value evaluates to true for fundamental types T, false for all other types. More...
 

Namespaces

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

Detailed Description

Type trait to define if a class is cheap to copy.

Author
Christof Schröter
Date
2024/11/13