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