body.sgml

来自「boost库提供标准的C++ API 配合dev c++使用,功能更加强大」· SGML 代码 · 共 42 行

SGML
42
字号
<!doctype article public "-//OASIS//DTD DocBook V4.1//EN"
[
<!-- abbreviations -->
<!entity mdash	"-">
<!entity Boost  "<literal>Boost</>">
<!entity Cxx    "C++">
<!entity C      "C">
<!entity MPL    "MPL">
<!entity BMPL   "Boost Metaprogramming Library">
<!entity mdat   "metadata">
<!entity mping  "metaprogramming">
<!entity mfn    "metafunction">
<!entity unspec "/*unspecified*/">

<!-- physical entities -->
<!entity abstract       SYSTEM "abstract.sgml">
<!entity introduction   SYSTEM "introduction.sgml">
<!entity usage          SYSTEM "usage.sgml">
<!entity typeselection  SYSTEM "typeselection.sgml">
<!entity metafunctions  SYSTEM "metafunctions.sgml">
<!entity sequences      SYSTEM "sequences.sgml">
<!entity lambda         SYSTEM "lambda.sgml">
<!entity codegeneration SYSTEM "codegeneration.sgml">
<!entity example        SYSTEM "example.sgml">
<!entity acknowl        SYSTEM "acknowl.sgml">
<!entity references     SYSTEM "references.sgml">
]>

<article>
<title>The Boost &Cxx; Metaprogramming Library</>

&abstract;
&introduction;
&usage;
&lambda;
&codegeneration;
&example;
&acknowl;
&references;

</article>

⌨️ 快捷键说明

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