Public Member Functions | Public Attributes
Clasp::PairContains< T > Struct Template Reference

A predicate that checks whether a std::pair contains a certain value. More...

#include <misc_types.h>

List of all members.

Public Member Functions

bool operator() (const std::pair< T, T > &s) const
 PairContains (const T &p)

Public Attributes

p_

Detailed Description

template<class T>
struct Clasp::PairContains< T >

A predicate that checks whether a std::pair contains a certain value.

Definition at line 195 of file misc_types.h.


Constructor & Destructor Documentation

template<class T >
Clasp::PairContains< T >::PairContains ( const T &  p) [inline]

Definition at line 196 of file misc_types.h.


Member Function Documentation

template<class T >
bool Clasp::PairContains< T >::operator() ( const std::pair< T, T > &  s) const [inline]

Definition at line 197 of file misc_types.h.


Member Data Documentation

template<class T >
T Clasp::PairContains< T >::p_

Definition at line 200 of file misc_types.h.


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


clasp
Author(s): Benjamin Kaufmann
autogenerated on Thu Aug 27 2015 12:41:41