casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
size_lt< T > Struct Template Reference

A boolean template functor which returns the value of the expression x.size() < y. More...

#include <asdm2MSGeneric.h>

List of all members.

Public Member Functions

 size_lt (unsigned int y)
bool operator() (vector< T > &x)

Private Attributes

unsigned int y

Detailed Description

template<typename T>
struct size_lt< T >

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.


Constructor & Destructor Documentation

template<typename T >
size_lt< T >::size_lt ( unsigned int  y) [inline]

Definition at line 165 of file asdm2MSGeneric.h.


Member Function Documentation

template<typename T >
bool size_lt< T >::operator() ( vector< T > &  x) [inline]

Definition at line 166 of file asdm2MSGeneric.h.

References size_lt< T >::y.


Member Data Documentation

template<typename T >
unsigned int size_lt< T >::y [private]

Definition at line 169 of file asdm2MSGeneric.h.

Referenced by size_lt< T >::operator()().


The documentation for this struct was generated from the following file: