hash.qbk 871 B

1234567891011121314151617181920212223242526272829
  1. [library Boost.ContainerHash
  2. [quickbook 1.5]
  3. [authors [James, Daniel]]
  4. [copyright 2005 2006 2007 2008 Daniel James]
  5. [purpose A TR1 hash function object that can be extended to hash user
  6. defined types]
  7. [category higher-order]
  8. [id hash]
  9. [dirname container_hash]
  10. [license
  11. Distributed under the Boost Software License, Version 1.0.
  12. (See accompanying file LICENSE_1_0.txt or copy at
  13. [@http://www.boost.org/LICENSE_1_0.txt])
  14. ]
  15. ]
  16. [def __issues__
  17. [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf
  18. Library Extension Technical Report Issues List]]
  19. [include:hash intro.qbk]
  20. [include:hash tutorial.qbk]
  21. [include:hash portability.qbk]
  22. [include:hash disable.qbk]
  23. [include:hash changes.qbk]
  24. [include:hash rationale.qbk]
  25. [xinclude ref.xml]
  26. [include:hash links.qbk]
  27. [include:hash thanks.qbk]