casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
size_lt< T > Struct Template Reference

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
 

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() ( std::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: