3#include <AH/STL/cstddef>
15 static constexpr size_t number_arguments =
sizeof...(Args);
18 template <
size_t Index>
21 typename std::tuple_element<
Index, std::tuple<
Args...>>::type;
24 template <
size_t Index>
#define BEGIN_AH_NAMESPACE
A class for serial-in/parallel-out shift registers, like the 74HC595 that are connected to the SPI bu...
typename std::tuple_element< Index, std::tuple< Args... > >::type type
typename argument< Index >::type argument_t