Gyselalib++
 
Loading...
Searching...
No Matches
to_tuple< S > Struct Template Reference

Transform a sequence S to a tuple: More...

Public Types

using type = S
 

Detailed Description

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)

Member Typedef Documentation

◆ type

template<class S >
using to_tuple< S >::type = S

The documentation for this struct was generated from the following file: