Vcsn
2.4
Be Rational
|
#include <tuple.hh>
Public Types | |
using | value_t = std::tuple< Elements... > |
using | indices_t = vcsn::detail::make_index_sequence< sizeof...(Elements)> |
Public Member Functions | |
std::size_t | operator() (const value_t &v) const |
Static Private Member Functions | |
template<std::size_t... I> | |
static std::size_t | hash_ (const value_t &v, vcsn::detail::index_sequence< I... >) |
using std::hash< std::tuple< Elements... > >::indices_t = vcsn::detail::make_index_sequence<sizeof...(Elements)> |
using std::hash< std::tuple< Elements... > >::value_t = std::tuple<Elements...> |
|
inlinestaticprivate |
Definition at line 497 of file tuple.hh.
References vcsn::hash_combine(), vcsn::res, and vcsn::detail::void.
|
inline |