get_index_sequence.hpp File Reference
#include <atria/estd/type_traits.hpp>
#include <atria/estd/utility.hpp>
#include <tuple>
#include <array>

Go to the source code of this file.

Classes

struct  could_not_get_index_sequence
 

Namespaces

 atria
 C++ amazing templates and reusable implementations awesomeness.
 
 atria::meta
 Metaprogramming tools, including some Booost.MPL adaptors and concept checking facilities.
 

Typedefs

template<typename T , typename I >
using get_integer_sequence = typename detail::get_integer_sequence< estd::decay_t< T >, I >::type
 
template<typename T >
using get_index_sequence = get_integer_sequence< T, std::size_t >
 
Fork me on GitHub