ゴミ箱
Classes | Namespaces | Typedefs
type_traits.hpp File Reference
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/optional.hpp>
#include <cstdint>

Go to the source code of this file.

Classes

struct  boost::beast::http::header< isRequest, Fields >
 
struct  boost::beast::http::message< isRequest, Body, Fields >
 
class  boost::beast::http::parser< isRequest, Body, Allocator >
 
class  boost::beast::http::detail::is_header_impl< T >
 
struct  boost::beast::http::detail::is_parser< T >
 
struct  boost::beast::http::detail::is_parser< parser< isRequest, Body, Fields > >
 
struct  boost::beast::http::detail::fields_model
 
struct  boost::beast::http::detail::has_value_type< T, class >
 
struct  boost::beast::http::detail::has_value_type< T, beast::detail::void_t< typename T::value_type > >
 
struct  boost::beast::http::detail::is_body_sized< T, class >
 
struct  boost::beast::http::detail::is_fields_helper< T >
 

Namespaces

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

Typedefs

template<class T >
using boost::beast::http::detail::is_header = typename is_header_impl< T >::type