#include <MeasurementSelector.h>
|
| template<std::size_t N> |
| using | type = std::array<unsigned char, N> |
|
| template<std::size_t N> |
| static constexpr type< N > | identity () |
Definition at line 131 of file MeasurementSelector.h.
◆ type
◆ identity()
template<std::size_t N>
| constexpr type< N > ParameterMapping::identity |
( |
| ) |
|
|
inlinestaticconstexpr |
Definition at line 137 of file MeasurementSelector.h.
137 {
139 for(
int i=0;
i<
N; ++
i) {
141 }
142 return ret;
143 }
std::array< unsigned char, N > type
The documentation for this struct was generated from the following file: