gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
nanoflann::array_or_vector_selector< DIM, T > Struct Template Reference

#include <nanoflann.hpp>

Public Types

typedef CArray< T, DIM > container_t
 

Detailed Description

template<int DIM, typename T>
struct nanoflann::array_or_vector_selector< DIM, T >

Used to declare fixed-size arrays when DIM>0, dynamically-allocated vectors when DIM=-1. Fixed size version for a generic DIM:

Definition at line 694 of file nanoflann.hpp.

Member Typedef Documentation

◆ container_t

template<int DIM, typename T >
typedef CArray<T,DIM> nanoflann::array_or_vector_selector< DIM, T >::container_t

Definition at line 696 of file nanoflann.hpp.


The documentation for this struct was generated from the following file: