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

Go to the source code of this file.

Namespaces

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

Typedefs

template<class F >
using boost::beast::websocket::detail::is_RequestDecorator = typename beast::detail::is_invocable< F, void(request_type &)>::type
 
template<class F >
using boost::beast::websocket::detail::is_ResponseDecorator = typename beast::detail::is_invocable< F, void(response_type &)>::type