Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template regex_formatter

boost::algorithm::regex_formatter — Regex formatter.

Synopsis

// In header: <boost/algorithm/string/regex_find_format.hpp>


template<typename CharT, typename TraitsT, typename AllocT> 
   ( Format, 
                               Flags = );

Description

Construct the regex_formatter. Regex formatter uses the regex engine to format a match found by the regex_finder. This formatted it designed to closely cooperate with regex_finder.

Parameters:

Flags

Format flags

Format

Regex format definition

Returns:

An instance of the regex_formatter functor


PrevUpHomeNext