template struct Bonxai::type_is_vector<std::array<T, 3>>

Overview

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

template <typename T>
struct type_is_vector<std::array<T, 3>>: public std::true_type
{
};