template struct mrpt::is_defined<T, std::enable_if_t<(sizeof(T)> 0)>
#include <mrpt/core/is_defined.h> template <class T> struct is_defined<T, std::enable_if_t<(sizeof(T)> 0)> { // fields static constexpr bool value = true; };
#include <mrpt/core/is_defined.h> template <class T> struct is_defined<T, std::enable_if_t<(sizeof(T)> 0)> { // fields static constexpr bool value = true; };