uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Public Types | List of all members
nanoflann::array_or_vector< DIM, T > Struct Template Reference

#include <nanoflann.hpp>

Collaboration diagram for nanoflann::array_or_vector< DIM, T >:

Public Types

using type = std::array< T, DIM >
 

Detailed Description

template<int32_t DIM, typename T>
struct nanoflann::array_or_vector< DIM, T >

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

Member Typedef Documentation

◆ type

template<int32_t DIM, typename T >
using nanoflann::array_or_vector< DIM, T >::type = std::array<T, DIM>

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