ゴミ箱
boost::beast::http::detail::is_body_sized< T, class > Struct Template Reference

#include <type_traits.hpp>

Inheritance diagram for boost::beast::http::detail::is_body_sized< T, class >:

Detailed Description

template<class T, class = void>
struct boost::beast::http::detail::is_body_sized< T, class >

Determine if a Body type has a size

This metafunction is equivalent to std::true_type if Body contains a static member function called size.


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