Public Member Functions | |
| bool | operator() (const list< T > &l1, const list< T > &l2) const |
Definition at line 418 of file SMESH_Pattern.cxx.
| bool TSizeCmp< T >.operator() | ( | const list< T > & | l1, |
| const list< T > & | l2 | ||
| ) | const |
Definition at line 419 of file SMESH_Pattern.cxx.
{ return l1.size() < l2.size(); }