vecmem 1.14.0
Loading...
Searching...
No Matches
Public Types | List of all members
vecmem::details::static_array_type< T, size > Struct Template Reference

Helper type for an array with a given type and size. More...

#include <vecmem/containers/details/static_array_traits.hpp>

Public Types

typedef T type[size]
 

Detailed Description

template<typename T, std::size_t size>
struct vecmem::details::static_array_type< T, size >

Helper type for an array with a given type and size.

This is needed to handle zero-sized arrays correctly. As those are not part of the C++ standard.


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