#include <lyxfunctional.h>
Public Types | |
| typedef T::second_type | second_type |
| typedef T | pair_type |
Public Methods | |
| equal_2nd_in_pair (second_type const &value) | |
| bool | operator() (pair_type const &p) const |
Private Attributes | |
| second_type const & | value_ |
|
|||||
|
Definition at line 202 of file lyxfunctional.h. Referenced by operator(). |
|
|||||
|
Definition at line 200 of file lyxfunctional.h. Referenced by equal_2nd_in_pair. |
|
||||||||||
|
Definition at line 204 of file lyxfunctional.h. References second_type, and value_.
00204 : value_(value) {} |
|
||||||||||
|
Definition at line 206 of file lyxfunctional.h. References pair_type, and value_.
00206 {
00207 return p.second == value_;
00208 }
|
|
|||||
|
Definition at line 211 of file lyxfunctional.h. Referenced by equal_2nd_in_pair, and operator(). |
1.2.14 written by Dimitri van Heesch,
© 1997-2002