Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
asio::is_read_buffered< Stream > Class Template Reference

#include <is_read_buffered.hpp>

Public Member Functions

 ASIO_STATIC_CONSTANT (bool, value=sizeof(detail::is_read_buffered_helper((Stream *) 0))==1)
 

Detailed Description

template<typename Stream>
class asio::is_read_buffered< Stream >

The is_read_buffered class is a traits class that may be used to determine whether a stream type supports buffering of read data.

Definition at line 42 of file is_read_buffered.hpp.

Member Function Documentation

template<typename Stream >
asio::is_read_buffered< Stream >::ASIO_STATIC_CONSTANT ( bool  ,
value  = sizeof(detail::is_read_buffered_helper((Stream *) 0))==1 
)

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