Rene Rivera <[EMAIL PROTECTED]> writes:

> Even though I like the new function descriptions you have I might lean 
> towards having this kind of layout:
>
> Parameters:   
>
>     begin     The beginning of the sequence.
>
>     end               The end of the sequence.
>
>     flags     Optional match flags, used to control how the expression
>               is matched against the sequence. (See match_flag_type.)
>
>     re                The regular expression object to use
>
>     what      The match_results struct into which the sub_matches
>               will be written
>
> Requires:     
>
>     Types BidiIter and OtherBidiIter meet the requirements of a
>     Bidirectional Iterator (24.1.4).
>
>     OtherBidiIter is convertible to BidiIter.
>
>     [begin,end) denotes a valid iterator range.
>
> Returns:      
>
>     true if a match is found, false otherwise
>
> Throws:
>
>     regex_error on stack exhaustion
>       

I like this.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to