ProteoWizard
Public Member Functions | Public Attributes
pwiz::SecondIs< T > Struct Template Reference

#include <Bin.hpp>

List of all members.

Public Member Functions

 SecondIs (const T &t)
bool operator() (pair< const pair< double, double >, boost::shared_ptr< T > > entry)

Public Attributes

_t

Detailed Description

template<typename T>
struct pwiz::SecondIs< T >

Definition at line 142 of file Bin.hpp.


Constructor & Destructor Documentation

template<typename T >
pwiz::SecondIs< T >::SecondIs ( const T &  t)
inline

Definition at line 145 of file Bin.hpp.

: _t(t) {}

Member Function Documentation

template<typename T >
bool pwiz::SecondIs< T >::operator() ( pair< const pair< double, double >, boost::shared_ptr< T > >  entry)
inline

Definition at line 146 of file Bin.hpp.

References pwiz::SecondIs< T >::_t.

{ return (*(entry.second) == _t); }

Member Data Documentation

template<typename T >
T pwiz::SecondIs< T >::_t

Definition at line 144 of file Bin.hpp.

Referenced by pwiz::SecondIs< T >::operator()().


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