template struct nanoflann::array_or_vector_selector<-1, T>ΒΆ
#include <nanoflann.hpp> template <typename T> struct array_or_vector_selector<-1, T> { // typedefs typedef std::vector<T> container_t; };
#include <nanoflann.hpp> template <typename T> struct array_or_vector_selector<-1, T> { // typedefs typedef std::vector<T> container_t; };