Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit e31e3ddd05.
PrevUpHomeNext

no_error_t

A tag type used to indicate the absence of an error.

struct no_error_t
Member Functions

Name

Description

no_error_t [constructor]

Default constructor.

Friends

Name

Description

operator!=

Inequality operator.

Inequality operator, returns true if the disposition contains an error.

operator==

Equality operator.

Equality operator, returns true if the disposition does not contain an error.

Requirements

Header: boost/asio/disposition.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext