casa
5.7.0-16
|
A boolean template functor which returns the value of the expression x.size() < y. More...
#include <asdm2MSGeneric.h>
Public Member Functions | |
size_lt (unsigned int y) | |
bool | operator() (std::vector< T > &x) |
Private Attributes | |
unsigned int | y |
A boolean template functor which returns the value of the expression x.size() < y.
T is expected to have a method size returning an numerical value defined on it.
Definition at line 163 of file asdm2MSGeneric.h.
Definition at line 165 of file asdm2MSGeneric.h.
|
inline |
Definition at line 166 of file asdm2MSGeneric.h.
References size_lt< T >::y.
|
private |
Definition at line 169 of file asdm2MSGeneric.h.
Referenced by size_lt< T >::operator()().