| Category: functors | Component type: type |
vector<bool> V; ... transform(V.begin(), V.end(), V.begin(), logical_not<bool>());
| Parameter | Description | Default |
|---|---|---|
| T | The type of logical_not's argument |
| Member | Where defined | Description |
|---|---|---|
| argument_type | Adaptable Unary Function | The type of the second argument: T |
| result_type | Adaptable Unary Function | The type of the result: bool |
| bool operator()(const T& x) const | Unary Function | Function call operator. The return value is !x. |
| logical_not() | Default Constructible | The default constructor. |
| Contact Us | Site Map | Trademarks | Privacy | Using this site means you accept its Terms of Use |
| Copyright © 1993-2006 Silicon Graphics, Inc. All rights reserved. |