#include <ptv.h>
Public Member Functions | |
bool | operator() (const ptv &lh, const ptv &rh) const |
bool | operator() (const ptv &lh, const ptv &rh) const |
Definition at line 31 of file syfi/ptv.h.
|
Definition at line 30 of file tests/ptv.h. References ptv::is_less(). 00030 { return lh.is_less(rh); }
|
|
Definition at line 32 of file syfi/ptv.h. References ptv::is_less(). 00032 { return lh.is_less(rh); }
|