Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::xpressive::op::second Struct Reference

second is a PolymorphicFunctionObject for fetching the second element of a pair. More...

#include <regex_actions.hpp>

Classes

struct  result
 
struct  result< This(Pair)>
 

Public Member Functions

template<typename Pair >
Pair::second_type operator() (Pair const &p) const
 

Detailed Description

second is a PolymorphicFunctionObject for fetching the second element of a pair.

Member Function Documentation

template<typename Pair >
Pair::second_type boost::xpressive::op::second::operator() ( Pair const &  p) const
inline
Parameters
pThe pair from which to fetch the second element.
Returns
p.second

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