template struct Bonxai::type_has_method_x<T, std::void_t<decltype(T().x())>>

Overview

#include <mrpt/maps/bonxai/bonxai.hpp>

template <class T>
struct type_has_method_x<T, std::void_t<decltype(T().x())>>: public std::true_type
{
};