Awali
Another Weighted Automata library
Data Structures | Namespaces | Functions
sub_tuple.hh File Reference
#include <awali/common/tuple.hh>

Go to the source code of this file.

Data Structures

struct  awali::sttc::internal::comp_tail_tuple< I, N >
 
struct  awali::sttc::internal::comp_tail_tuple< N, N >
 
struct  awali::sttc::internal::rem_in_tuple< N >
 
struct  awali::sttc::internal::rem_in_tuple< 0u >
 
struct  awali::sttc::internal::replace_in_tuple< N, T >
 
struct  awali::sttc::internal::replace_in_tuple< 0u, T >
 
struct  awali::sttc::internal::sub_tuple< Head, Tail >
 
struct  awali::sttc::internal::sub_tuple< I >
 
struct  awali::sttc::internal::tail_tuple< std::tuple< Head, Tail... > >
 

Namespaces

 awali
 Main namespace of Awali.
 
 awali::sttc
 Namespace for the static layer of Awali.
 
 awali::sttc::internal
 Implementation details of static layer (not stable).
 

Functions

template<typename Tuple >
auto awali::sttc::internal::tuple_tail (const Tuple &t) -> typename tail_tuple< Tuple >::type
 

Data Structure Documentation

◆ awali::sttc::internal::tail_tuple< std::tuple< Head, Tail... > >

struct awali::sttc::internal::tail_tuple< std::tuple< Head, Tail... > >

template<typename Head, typename... Tail>
struct awali::sttc::internal::tail_tuple< std::tuple< Head, Tail... > >

Data Fields
type