REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
helpers.h File Reference
#include <tuple>
Include dependency graph for helpers.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
template<typename Tuple , std::size_t... Is> | |
constexpr bool | all_unique_impl (const Tuple &t, std::index_sequence< Is... >) |
template<typename... Args> | |
constexpr bool | all_unique (const std::tuple< Args... > &t) |
Function Documentation
◆ all_unique()
template<typename... Args>
|
constexpr |
Definition at line 17 of file helpers.h.
References all_unique_impl().
◆ all_unique_impl()
template<typename Tuple , std::size_t... Is>
|
constexpr |
Definition at line 12 of file helpers.h.
Referenced by all_unique().