Chapter 11. Boost.Spirit Chapter 11. Boost.Spirit This chapter introduces the library Boost.Spirit . Boost.Spirit is used to develop parsers for text formats. For example, you ...
Chapter 10. Boost.Tokenizer Chapter 10. Boost.Tokenizer The library Boost.Tokenizer allows you to iterate over partial expressions in a string by interpreting certain characte...
Chapter 62. Boost.Log Chapter 62. Boost.Log Boost.Log is the logging library in Boost. It supports numerous back-ends to log data in various formats. Back-ends are accessed th...
Chapter 60. Boost.Random Chapter 60. Boost.Random The library Boost.Random provides numerous random number generators that allow you to decide how random numbers should be gen...
Chapter 59. Boost.MinMax Chapter 59. Boost.MinMax Boost.MinMax provides an algorithm to find the minimum and the maximum of two values using only one function call, which is m...
Chapter 53. Boost.Parameter Note Chapter 53. Boost.Parameter Boost.Parameter makes it possible to pass parameters as key/value pairs. In addition to supporting function param...
Chapter 47. Boost.MPI Chapter 47. Boost.MPI Boost.MPI provides an interface to the MPI standard (Message Passing Interface). This standard simplifies the development of progra...