⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 quick_reference.qbk

📁 Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work
💻 QBK
字号:
[/==============================================================================    Copyright (C) 2001-2008 Joel de Guzman    Copyright (C) 2001-2008 Hartmut Kaiser    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 Quick Reference]The following tables use some conventions to encode the attribute type exposedby a component[variablelist    [[`attribute_of(P)`]    [The component exposes the same attribute as the                              component 'P' used as part of the overall                              construct]]    [[`value_type(I)`]      [The component exposes the value_type of the                              underlying iterator 'I' as its attribute type]]][table Character Parsers    [[Component]  [Description]                     [Attribute]]    [[`char_`]      []      [`char`]]    [[`wchar`]      []      [`wchar_t`]]    [[`lit`]        []      [`unused`]]    [[`wlit`]       []      [`unused`]]    [[`'x'`]        []      [`unused`]]    [[`L'x'`]       []      [`unused`]]    [[`alnum`]      []      [`Char`]]    [[`alpha`]      []      [`Char`]]    [[`blank`]      []      [`Char`]]    [[`cntrl`]      []      [`Char`]]    [[`digit`]      []      [`Char`]]    [[`graph`]      []      [`Char`]]    [[`print`]      []      [`Char`]]    [[`punct`]      []      [`Char`]]    [[`space`]      []      [`Char`]]    [[`xdigit`]     []      [`Char`]]    [[`~P`]         []      [`attribute_of(P)`]]][endsect]

⌨️ 快捷键说明

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