Tatooine
include
tatooine
get.h
Go to the documentation of this file.
1
#ifndef TATOOINE_GET_H
2
#define TATOOINE_GET_H
3
//==============================================================================
4
#include <cstdint>
5
//==============================================================================
6
namespace
tatooine
{
7
//==============================================================================
8
template
<
typename
Container, std::
size_t
I>
9
struct
get_impl
;
10
template
<
typename
Container, std::
size_t
I>
11
using
get
=
typename
get_impl<Container, I>::type
;
12
//==============================================================================
13
}
// namespace tatooine
14
//==============================================================================
15
#endif
tatooine
Definition:
algorithm.h:6
tatooine::get
typename get_impl< Container, I >::type get
Definition:
get.h:11
tatooine::common_type_impl< T >::type
T type
Definition:
common_type.h:13
tatooine::get_impl
Definition:
get.h:9
Generated by
1.9.5