asio 0.1.5 Main Page | Class Index | Member Index | Tutorial

expr_and_expr Class Template Reference

Class template to perform logical and on two expressions. More...

List of all members.

Public Member Functions

 expr_and_expr (Expr1 expr1, Expr2 expr2)
 Constructor.


Private Attributes

Expr1 expr1_
 The first expression to be included in the logical and.

Expr2 expr2_
 The second expression to be included in the logical and.


Detailed Description

template<typename Expr1, typename Expr2>
class asio::expr_and_expr< Expr1, Expr2 >

Class template to perform logical and on two expressions.


Constructor & Destructor Documentation

expr_and_expr Expr1  expr1,
Expr2  expr2
[explicit]
 

Constructor.


Member Data Documentation

Expr1 expr1_ [private]
 

The first expression to be included in the logical and.

Expr2 expr2_ [private]
 

The second expression to be included in the logical and.