template struct mrpt::maps::internal::has_color<T, std::void_t<decltype(T::color)>>

Overview

#include <mrpt/maps/CVoxelMapOccupancyBase.h>

template <class T>
struct has_color<T, std::void_t<decltype(T::color)>>: public std::true_type
{
};