21#ifndef mia_core_typetraits_hh
22#define mia_core_typetraits_hh
31struct __holder_type_dispatch {
37struct __holder_type_dispatch<bool> {
38 typedef unsigned char type;
43struct __is_mask_pixel {
44 static const bool value =
false;
48struct __is_mask_pixel<bool> {
49 static const bool value =
true;
58struct plugin_data_type {
74 static const int size;
78const int atomic_data<T>::size = 1;
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
#define NS_MIA_END
conveniance define to end the mia namespace