Awali
Another Weighted Automata library
Public Types | Public Member Functions
std::hash< std::tuple< Elements... > > Struct Template Reference

#include <tuple.hh>

Public Types

using indices_t = awali::internal::make_index_sequence< sizeof...(Elements)>
 
using value_t = std::tuple< Elements... >
 

Public Member Functions

std::size_t operator() (const value_t &v) const
 

Member Typedef Documentation

◆ indices_t

template<typename... Elements>
using std::hash< std::tuple< Elements... > >::indices_t = awali::internal::make_index_sequence<sizeof...(Elements)>

◆ value_t

template<typename... Elements>
using std::hash< std::tuple< Elements... > >::value_t = std::tuple<Elements...>

Member Function Documentation

◆ operator()()

template<typename... Elements>
std::size_t std::hash< std::tuple< Elements... > >::operator() ( const value_t v) const

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