The is_write_buffered class is a traits class that may be used to determine whether a stream type supports buffering of written data. More...
#include <is_write_buffered.hpp>
Public Member Functions | |
BOOST_ASIO_STATIC_CONSTANT (bool, value=sizeof(detail::is_write_buffered_helper((Stream *) 0))==1) | |
The is_write_buffered class is a traits class that may be used to determine whether a stream type supports buffering of written data.
boost::asio::is_write_buffered< Stream >::BOOST_ASIO_STATIC_CONSTANT | ( | bool | , |
value | = sizeof(detail::is_write_buffered_helper((Stream *) 0))==1 |
||
) |