sort.qbk 864 B

123456789101112131415161718192021222324252627
  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. [/ Some composite templates]
  12. [template super[x]'''<superscript>'''[x]'''</superscript>''']
  13. [template sub[x]'''<subscript>'''[x]'''</subscript>''']
  14. [template floor[x]'''&#x230A;'''[x]'''&#x230B;''']
  15. [template floorlr[x][lfloor][x][rfloor]]
  16. [template ceil[x] '''&#x2308;'''[x]'''&#x2309;''']
  17. [/ Required for autoindexing]
  18. [import ../../../tools/auto_index/include/auto_index_helpers.qbk]
  19. [/ Must be first included file!]
  20. [include introduction.qbk]
  21. [include single_thread.qbk]
  22. [include parallel.qbk]
  23. [include bibliography.qbk]
  24. [include gratitude.qbk]