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

The regex matching functor. More...

#include <matches.hpp>

Public Types

typedef bool result_type
 

Public Member Functions

template<typename StringT , typename ExpressionT >
bool operator() (StringT const &str, ExpressionT const &expr) const
 
template<typename StringT , typename ExpressionT , typename ArgT >
bool operator() (StringT const &str, ExpressionT const &expr, ArgT const &arg) const
 

Detailed Description

The regex matching functor.

Member Typedef Documentation

Member Function Documentation

template<typename StringT , typename ExpressionT >
bool boost::matches_fun::operator() ( StringT const &  str,
ExpressionT const &  expr 
) const
inline
template<typename StringT , typename ExpressionT , typename ArgT >
bool boost::matches_fun::operator() ( StringT const &  str,
ExpressionT const &  expr,
ArgT const &  arg 
) const
inline

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