asio 0.3.8rc3 Home | Reference | Tutorial | Examples | Design
Reference Class Hierarchy | Class Index | Member Index

asio::is_write_buffered< Stream > Class Template Reference

List of all members.

Detailed Description

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

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


Static Public Attributes

static const bool value
 The value member is true only if the Stream type supports buffering of written data.


Member Data Documentation

template<typename Stream>
const bool asio::is_write_buffered< Stream >::value [static]

The value member is true only if the Stream type supports buffering of written data.

asio 0.3.8rc3 Home | Reference | Tutorial | Examples | Design