mem_fn.qbk 866 B

1234567891011121314151617181920212223242526272829303132
  1. [/
  2. / Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
  3. / Copyright (c) 2003-2005 Peter Dimov
  4. /
  5. / Distributed under the Boost Software License, Version 1.0. (See
  6. / accompanying file LICENSE_1_0.txt or copy at
  7. / http://www.boost.org/LICENSE_1_0.txt)
  8. /]
  9. [library Boost.Member Function
  10. [quickbook 1.6]
  11. [id mem_fn]
  12. [copyright 2001, 2002 Peter Dimov and Multi Media Ltd.]
  13. [copyright 2003-2005 Peter Dimov]
  14. [dirname bind]
  15. [license Distributed under the
  16. [@http://boost.org/LICENSE_1_0.txt Boost Software License,
  17. Version 1.0].
  18. ]
  19. ]
  20. [template simplesect[title]
  21. [block '''<simplesect><title>'''[title]'''</title>''']]
  22. [template endsimplesect[]
  23. [block '''</simplesect>''']]
  24. [include mem_fn/purpose.qbk]
  25. [include mem_fn/faq.qbk]
  26. [include mem_fn/interface.qbk]
  27. [include mem_fn/implementation.qbk]
  28. [include mem_fn/acknowledgements.qbk]