ゴミ箱
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
boost::beast::detail::integer_sequence< T, Ints > Struct Template Reference

#include <integer_sequence.hpp>

Public Types

using value_type = T
 

Public Member Functions

 BOOST_STATIC_ASSERT (std::is_integral< T >::value)
 

Static Public Member Functions

static std::size_t constexpr size ()
 

Static Public Attributes

static std::size_t constexpr static_size = sizeof...(Ints)
 

Member Typedef Documentation

template<class T , T... Ints>
using boost::beast::detail::integer_sequence< T, Ints >::value_type = T

Member Function Documentation

template<class T , T... Ints>
boost::beast::detail::integer_sequence< T, Ints >::BOOST_STATIC_ASSERT ( std::is_integral< T >::value  )
template<class T , T... Ints>
static std::size_t constexpr boost::beast::detail::integer_sequence< T, Ints >::size ( )
inlinestatic

Member Data Documentation

template<class T , T... Ints>
std::size_t constexpr boost::beast::detail::integer_sequence< T, Ints >::static_size = sizeof...(Ints)
static

The documentation for this struct was generated from the following file: