headers.qbk

来自「Boost provides free peer-reviewed portab」· QBK 代码 · 共 23 行

QBK
23
字号
[/   Copyright 2006-2007 John Maddock.  Distributed under the Boost Software License, Version 1.0.  (See accompanying file LICENSE_1_0.txt or copy at  http://www.boost.org/LICENSE_1_0.txt).][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]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?