#include <lyxalgo.h>
Public Methods | |
| template<class P1, class P2> P1 | operator() (std::pair< P1, P2 > const &p) |
|
||||||||||
|
Definition at line 54 of file lyxalgo.h.
00054 {
00055 return p.first;
00056 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002