vecmem 1.14.0
|
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] |
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.