![]() |
Project
|
#include <array>
#include <cstddef>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::its |
namespace | o2::its::CA |
namespace | o2::its::CA::ArrayUtils |
Functions | |
template<typename T , std::size_t... Is, typename Initializer > | |
constexpr std::array< T, sizeof...(Is)> | o2::its::CA::ArrayUtils::fillArray (Initializer, std::index_sequence< Is... >) |
template<typename T , std::size_t N, typename Initializer > | |
constexpr std::array< T, N > | o2::its::CA::ArrayUtils::fillArray (Initializer) |