select1st_t Struct Reference

Public Member Functions

template<typename S , typename T >
const S & operator() (const std::pair< S, T > &p) const
 
template<typename S , typename T >
S & operator() (std::pair< S, T > &p) const
 

Detailed Description

Definition at line 23 of file capi_pluginservice.cpp.

Member Function Documentation

template<typename S , typename T >
const S& select1st_t::operator() ( const std::pair< S, T > &  p) const
inline

Definition at line 25 of file capi_pluginservice.cpp.

26  { return p.first; }
template<typename S , typename T >
S& select1st_t::operator() ( std::pair< S, T > &  p) const
inline

Definition at line 28 of file capi_pluginservice.cpp.

29  { return p.first; }

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