second
is a PolymorphicFunctionObject for fetching the second element of a pair.
More...
#include <regex_actions.hpp>
|
template<typename Pair > |
Pair::second_type | operator() (Pair const &p) const |
|
second
is a PolymorphicFunctionObject for fetching the second element of a pair.
template<typename Pair >
Pair::second_type boost::xpressive::op::second::operator() |
( |
Pair const & |
p | ) |
const |
|
inline |
- Parameters
-
p | The pair from which to fetch the second element. |
- Returns
p.second
The documentation for this struct was generated from the following file: