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

length is a PolymorphicFunctionObject for fetching the length of sub_match. More...

#include <regex_actions.hpp>

Classes

struct  result
 
struct  result< This(Sub)>
 

Public Member Functions

template<typename Sub >
Sub::difference_type operator() (Sub const &sub) const
 

Detailed Description

length is a PolymorphicFunctionObject for fetching the length of sub_match.

Member Function Documentation

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

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