ATLAS Offline Software
|
#include <array>
#include <stddef.h>
Go to the source code of this file.
Functions | |
template<class T , size_t N> | |
constexpr std::array< T, N > | make_array (const T &def_val) |
Helper function to initialize in-place arrays with non-zero values. More... | |
|
constexpr |
Helper function to initialize in-place arrays with non-zero values.
Definition at line 10 of file ArrayHelper.h.