Apache Mesos
Classes | Namespaces | Typedefs
cpp14.hpp File Reference
#include <cstddef>

Go to the source code of this file.

Classes

struct  cpp14::integer_sequence< T, Is >
 
struct  cpp14::internal::IntegerSequenceGen< T, N, Is >
 
struct  cpp14::internal::IntegerSequenceGen< T, 0, Is... >
 

Namespaces

 cpp14
 
 cpp14::internal
 

Typedefs

template<typename T , std::size_t N>
using cpp14::make_integer_sequence = typename internal::IntegerSequenceGen< T, N >::type
 
template<std::size_t... Is>
using cpp14::index_sequence = integer_sequence< std::size_t, Is... >
 
template<std::size_t N>
using cpp14::make_index_sequence = make_integer_sequence< std::size_t, N >