Template Function nanoflann::resize(Container&, const size_t)
Defined in File nanoflann.hpp
Function Documentation
-
template<typename Container>
inline std::enable_if<!has_resize<Container>::value, void>::type nanoflann::resize(Container &c, const size_t nElements) Free function that has no effects on non resizable containers (e.g. std::array) It raises an exception if the expected size does not match