mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 20:47:21 +02:00
Initial commit of quickbook conversion of docs.
[SVN r37942]
This commit is contained in:
14
doc/headers.qbk
Normal file
14
doc/headers.qbk
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
[section:headers Headers]
|
||||
|
||||
There are two main headers used by this library: `<boost/regex.hpp>`
|
||||
provides full access to the main template library, while `<boost/cregex.hpp>`
|
||||
provides access to the (deprecated) high level class RegEx, and the
|
||||
POSIX API functions.
|
||||
|
||||
There is also a header containing only forward declarations
|
||||
`<boost/regex_fwd.hpp>` for use when an interface is dependent upon
|
||||
[basic_regex], but otherwise does not need the full definitions.
|
||||
|
||||
[endsect]
|
||||
|
Reference in New Issue
Block a user