| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
shortcircuit_or Class Template Reference#include <ShapeFuns.h>
Inheritance diagram for shortcircuit_or: ![]() Detailed Descriptiontemplate<typename PredType1, typename PredType2>
| |||||||||||||||||||||||||||||||||||
Public Member Functions | |
| shortcircuit_or (PredType1 _p1, PredType2 _p2) | |
| bool | operator() (const typename PredType1::argument_type &shape) const |
Public Attributes | |
| PredType1 | p1 |
| PredType2 | p2 |
| shortcircuit_or | ( | PredType1 | _p1, | |
| PredType2 | _p2 | |||
| ) | [inline] |
Definition at line 134 of file ShapeFuns.h.
| bool operator() | ( | const typename PredType1::argument_type & | shape | ) | const [inline] |
Definition at line 136 of file ShapeFuns.h.
| PredType1 p1 |
| PredType2 p2 |
|
DualCoding 3.0beta |
Generated Wed Oct 4 00:02:30 2006 by Doxygen 1.4.7 |