• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[library Boost.Sort
2  [quickbook 1.7]
3  [id sort]
4  [copyright 2014-2017 Steven Ross, Francisco Tapia, Orson Peters]
5  [authors [Ross, Steven] [Tapia, Francisco] [Peters, Orson]]
6  [dirname sort]
7  [license Distributed under the
8    [@http://boost.org/LICENSE_1_0.txt Boost Software License,  Version 1.0].
9  ]
10]
11
12[/ Some composite templates]
13[template super[x]'''<superscript>'''[x]'''</superscript>''']
14[template sub[x]'''<subscript>'''[x]'''</subscript>''']
15[template floor[x]'''&#x230A;'''[x]'''&#x230B;''']
16[template floorlr[x][lfloor][x][rfloor]]
17[template ceil[x] '''&#x2308;'''[x]'''&#x2309;''']
18
19[/ Required for autoindexing]
20[import ../../../tools/auto_index/include/auto_index_helpers.qbk]
21[/ Must be first included file!]
22
23[include introduction.qbk]
24[include single_thread.qbk]
25[include parallel.qbk]
26[include bibliography.qbk]
27[include gratitude.qbk]
28