47 #ifndef _MIRA_ISDEFAULTCONSTRUCTIBLE_H_ 48 #define _MIRA_ISDEFAULTCONSTRUCTIBLE_H_ 65 static int sfinae( receive_size<
sizeof U() > * );
68 static char sfinae( ... );
71 enum {
value =
sizeof( sfinae<T>(0) ) ==
sizeof(int) };
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Definition: IsDefaultConstructible.h:71
IsDefaultConstructible<T>::value evaluates to true, if T is default constructible, otherwise false.
Definition: IsDefaultConstructible.h:59