ゴミ箱
Public Types | Public Member Functions | List of all members
boost::beast::detail::BufferSequence< BufferType > Struct Template Reference

#include <type_traits.hpp>

Public Types

using value_type = BufferType
 
using const_iterator = BufferType const *
 

Public Member Functions

 ~BufferSequence ()
 
 BufferSequence (BufferSequence const &)=default
 
const_iterator begin () const noexcept
 
const_iterator end () const noexcept
 

Member Typedef Documentation

template<class BufferType >
using boost::beast::detail::BufferSequence< BufferType >::const_iterator = BufferType const*
template<class BufferType >
using boost::beast::detail::BufferSequence< BufferType >::value_type = BufferType

Constructor & Destructor Documentation

template<class BufferType >
boost::beast::detail::BufferSequence< BufferType >::~BufferSequence ( )
template<class BufferType >
boost::beast::detail::BufferSequence< BufferType >::BufferSequence ( BufferSequence< BufferType > const &  )
default

Member Function Documentation

template<class BufferType >
const_iterator boost::beast::detail::BufferSequence< BufferType >::begin ( ) const
noexcept
template<class BufferType >
const_iterator boost::beast::detail::BufferSequence< BufferType >::end ( ) const
noexcept

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