toolbox.qbk 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. [/license
  2. Boost.Bimap
  3. Copyright (c) 2006-2007 Matias Capeletto
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. ]
  8. [/ QuickBook Document version 1.4 ]
  9. [section Bimap Toolbox]
  10. [section Mutant]
  11. [tip
  12. A mutant class defines storage compatible views in its declaration.
  13. You can the use the mutate<View>(m) function to get a view of the
  14. data with zero overhead.
  15. ]
  16. __UNDER_CONSTRUCTION__
  17. [endsect]
  18. [section Structured_pair]
  19. [tip
  20. A structured pair allows you to control the order of the two types.
  21. You can instantiate it so the ['second] member appears in the first
  22. position.
  23. ]
  24. __UNDER_CONSTRUCTION__
  25. [endsect]
  26. [section Tagged]
  27. [tip
  28. Tagged idiom and support metafunctions.
  29. ]
  30. __UNDER_CONSTRUCTION__
  31. [endsect]
  32. [section Relation]
  33. [tip
  34. The bidirectional std::pair cousin.
  35. ]
  36. __UNDER_CONSTRUCTION__
  37. [endsect]
  38. [section Container_adaptor]
  39. [tip
  40. Easy way to adapt a container so it behaves different in some aspect.
  41. It is the same concept that is use in iterator_adaptor.
  42. ]
  43. __UNDER_CONSTRUCTION__
  44. [endsect]
  45. [endsect]