Transform a sequence S to a tuple:
More...
template<class S>
struct to_tuple< S >
Transform a sequence S to a tuple:
- a std::integer_sequence<T, Ints...> to a std::tuple<std::integral_constant<T, Ints>...>
- a std::pair<T, U> to a std::tuple<T, U>
- identity otherwise (std::tuple)
◆ type
The documentation for this struct was generated from the following file:
- /home/runner/work/gyselalibxx/gyselalibxx/code_branch/vendor/sll/tests/test_utils.hpp