#include <StdContainerWrappers.hpp>
template<class T, std::size_t N>
struct geos::stdArray< T, N >
- Template Parameters
-
| T | Type of elements in the array. |
| N | The number of fixed element in the array. |
- Note
- we use a struct rather than an alias for taking advantage of deduction guide
Definition at line 417 of file StdContainerWrappers.hpp.
The documentation for this struct was generated from the following file: