IRIX 6.5 » Books » Developer »
Standard Template Library Programmer's Guide
(document number: 007-3426-004 / published: 1999-05-21)
table of contents | additional info | download
find in page
| Category: functors | Component type: concept |
| Result type | The type returned when the Predicate is called. The result type must be convertible to bool. |
| F | A type that is a model of Predicate |
| X | The argument type of F |
| f | Object of type F |
| x | Object of type X |
| Name | Expression | Type requirements | Return type |
|---|---|---|---|
| Function call | f(x) | Convertible to bool |
| Name | Expression | Precondition | Semantics | Postcondition |
|---|---|---|---|---|
| Function call | f(x) | x is in the domain of f. | Returns true if the condition is satisfied, false if it is not. | The result is either true or false. |
Standard Template Library Programmer's Guide
(document number: 007-3426-004 / published: 1999-05-21)
table of contents | additional info | download
Copyright © 1993-2007 SGI, Inc. All rights reserved.