Cogs.Core
Public Types | Static Public Attributes | List of all members
Cogs::Detail::get_internal< Index, Search, First, Types > Struct Template Reference

Public Types

typedef get_internal< Index+1, Search, Types... >::type type
 

Static Public Attributes

static const int index = Index
 

Detailed Description

template<int Index, class Search, class First, class... Types>
struct Cogs::Detail::get_internal< Index, Search, First, Types >

Definition at line 11 of file Tuple.h.

Member Typedef Documentation

◆ type

template<int Index, class Search , class First , class... Types>
typedef get_internal<Index+1,Search,Types...>::type Cogs::Detail::get_internal< Index, Search, First, Types >::type

Definition at line 13 of file Tuple.h.

Member Data Documentation

◆ index

template<int Index, class Search , class First , class... Types>
const int Cogs::Detail::get_internal< Index, Search, First, Types >::index = Index
static

Definition at line 14 of file Tuple.h.


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