Medusa  1.1
Coordinate Free Mehless Method implementation
mm::tuple_index< T, std::tuple< U, Types... > > Struct Template Reference

#include <stdtypesutils.hpp>

Detailed Description

template<typename T, typename U, typename... Types>
struct mm::tuple_index< T, std::tuple< U, Types... > >

Unsuccessful match and recursive search.

Definition at line 113 of file stdtypesutils.hpp.

Static Public Attributes

static const std::size_t value = 1 + tuple_index<T, std::tuple<Types...>>::value
 Index of T in tuple. More...
 

Member Data Documentation

◆ value

template<typename T , typename U , typename... Types>
const std::size_t mm::tuple_index< T, std::tuple< U, Types... > >::value = 1 + tuple_index<T, std::tuple<Types...>>::value
static

Index of T in tuple.

Definition at line 115 of file stdtypesutils.hpp.


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