22 #ifndef LELY_COAPP_DETAIL_TYPE_TRAITS_HPP_
23 #define LELY_COAPP_DETAIL_TYPE_TRAITS_HPP_
28 #include <type_traits>
57 : ::std::integral_constant<bool, is_canopen_basic<T>::value ||
58 is_canopen_array<T>::value> {};
178 if (t1 == t2)
return true;
194 #endif // LELY_COAPP_DETAIL_TYPE_TRAITS_HPP_