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;
};