template struct mrpt::maps::internal::has_color<T, std::void_t<decltype(T::color)>>
#include <mrpt/maps/CVoxelMapOccupancyBase.h> template <class T> struct has_color<T, std::void_t<decltype(T::color)>>: public std::true_type { };
#include <mrpt/maps/CVoxelMapOccupancyBase.h> template <class T> struct has_color<T, std::void_t<decltype(T::color)>>: public std::true_type { };