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::matched Struct Reference

matched is a PolymorphicFunctionObject for assessing whether a sub_match object matched or not. More...

#include <regex_actions.hpp>

Public Types

typedef bool result_type
 

Public Member Functions

template<typename Sub >
bool operator() (Sub const &sub) const
 

Detailed Description

matched is a PolymorphicFunctionObject for assessing whether a sub_match object matched or not.

Member Typedef Documentation

Member Function Documentation

template<typename Sub >
bool boost::xpressive::op::matched::operator() ( Sub const &  sub) const
inline
Parameters
subThe sub_match object.
Returns
sub.matched

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