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//==============================================================================
6namespace tatooine {
7//==============================================================================
8template <typename Container, std::size_t I>
9struct get_impl;
10template <typename Container, std::size_t I>
12//==============================================================================
13} // namespace tatooine
14//==============================================================================
15#endif
Definition: algorithm.h:6
typename get_impl< Container, I >::type get
Definition: get.h:11
T type
Definition: common_type.h:13
Definition: get.h:9