utility.hpp File Reference
#include <utility>

Go to the source code of this file.

Classes

struct  integer_sequence< T, Ints >
 

Namespaces

 atria
 C++ amazing templates and reusable implementations awesomeness.
 
 atria::estd
 C++11 compatible implementations of some C++14 and beyond standard library components.
 

Typedefs

template<std::size_t... Ints>
using index_sequence = integer_sequence< std::size_t, Ints... >
 
template<class T , T N>
using make_integer_sequence = typename detail::make_integer_sequence< T, 0, N, integer_sequence< T > >::type
 
template<std::size_t N>
using make_index_sequence = make_integer_sequence< std::size_t, N >
 
Fork me on GitHub