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 |
The regex matching functor.
typedef bool boost::matches_fun::result_type |
|
inline |
References boost::expressions::matches().
|
inline |
References boost::expressions::matches().