书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 1915 个相关结果.
  • 13.4. Boost.MultiIndex

    1996 2019-12-10 《Boost C++ 库》
    13.4. Boost.MultiIndex 13.4. Boost.MultiIndex Boost.MultiIndex 比我们之前介绍的任何库都要复杂。 不像 Boost.Array 和 Boost.Unordered 为我们提供了可以直接使用的容器, Boost.MultiIndex 让我们可以自定义新的容器。 跟 C++ 标准中的容器不同...
  • 68. Boost.MetaStateMachine

    Chapter 68. Boost.MetaStateMachine Tip Exercises Chapter 68. Boost.MetaStateMachine Boost.MetaStateMachine is used to define state machines. State machines describe objects ...
  • 64. Boost.Serialization

    Chapter 64. Boost.Serialization Note Chapter 64. Boost.Serialization The library Boost.Serialization makes it possible to convert objects in a C++ program to a sequence of by...
  • 63. Boost.ProgramOptions

    Chapter 63. Boost.ProgramOptions Chapter 63. Boost.ProgramOptions Boost.ProgramOptions is a library that makes it easy to parse command-line options, for example, for console ...
  • 55. Boost.System

    Chapter 55. Boost.System Note Chapter 55. Boost.System Boost.System is a library that, in essence, defines four classes to identify errors. All four classes were added to the...
  • 48. Boost.TypeTraits

    Chapter 48. Boost.TypeTraits Chapter 48. Boost.TypeTraits Types have different properties that generic programming takes advantage of. The Boost.TypeTraits library provides th...
  • 46. Boost.Lockfree

    Chapter 46. Boost.Lockfree Exercise Chapter 46. Boost.Lockfree Boost.Lockfree provides thread-safe and lock-free containers. Containers from this library can be accessed from...
  • 44. Boost.Thread

    Chapter 44. Boost.Thread Chapter 44. Boost.Thread Boost.Thread is the library that allows you to use threads. Furthermore, it provides classes to synchronize access on data wh...
  • 41. Boost.Bind

    Chapter 41. Boost.Bind Chapter 41. Boost.Bind Boost.Bind is a library that simplifies and generalizes capabilities that originally required std::bind1st() and std::bind2nd() ...
  • 39. Boost.Phoenix

    Chapter 39. Boost.Phoenix Tip Tip Chapter 39. Boost.Phoenix Boost.Phoenix is the most important Boost library for functional programming. While libraries like Boost.Bind or ...