|
MIRA
|
Type trait to define if a class is cheap to copy. More...
#include <type_traits>

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> | |
Type trait to define if a class is cheap to copy.
1.8.14