ゴミ箱
Classes | Namespaces | Typedefs
integer_sequence.hpp File Reference
#include <boost/config.hpp>
#include <cstddef>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

struct  boost::beast::detail::integer_sequence< T, Ints >
 
struct  boost::beast::detail::sizeof_workaround< Args >
 
struct  boost::beast::detail::index_tuple< Ints >
 
struct  boost::beast::detail::build_index_tuple< N >
 
struct  boost::beast::detail::build_index_tuple< 0 >
 
struct  boost::beast::detail::integer_sequence_helper< T, N, Seq >
 
struct  boost::beast::detail::integer_sequence_helper< T, N, index_tuple< Ints... > >
 

Namespaces

 boost
 
 boost::beast
 
 boost::beast::detail
 

Typedefs

template<std::size_t... Ints>
using boost::beast::detail::index_sequence = integer_sequence< std::size_t, Ints... >
 
template<class T , T N>
using boost::beast::detail::make_integer_sequence = typename integer_sequence_helper< T, N >::type
 
template<std::size_t N>
using boost::beast::detail::make_index_sequence = make_integer_sequence< std::size_t, N >
 
template<class... Args>
using boost::beast::detail::index_sequence_for = make_index_sequence< sizeof_workaround< Args... >::size >