Awali
Another Weighted Automata library
Public Types | Static Public Member Functions
awali::sttc::internal::sub_tuple< I > Struct Template Reference

#include <sub_tuple.hh>

Public Types

template<typename Tuple >
using type = std::tuple< typename std::tuple_element< I, Tuple >::type >
 

Static Public Member Functions

template<typename Tuple >
static auto get (const Tuple &t) -> type< Tuple >
 

Member Typedef Documentation

◆ type

template<size_t I>
template<typename Tuple >
using awali::sttc::internal::sub_tuple< I >::type = std::tuple<typename std::tuple_element<I,Tuple>::type>

Member Function Documentation

◆ get()

template<size_t I>
template<typename Tuple >
static auto awali::sttc::internal::sub_tuple< I >::get ( const Tuple &  t) -> type<Tuple>
static

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