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

    Chapter 30. Boost.Range Chapter 30. Boost.Range Boost.Range is a library that, on the first sight, provides algorithms similar to those provided by the standard library. For e...
  • 28. Boost.CompressedPair

    Chapter 28. Boost.CompressedPair Chapter 28. Boost.CompressedPair Boost.CompressedPair provides boost::compressed_pair , a class that behaves like std::pair . However, if one ...
  • 25. Boost.PropertyTree

    Chapter 25. Boost.PropertyTree Exercise Chapter 25. Boost.PropertyTree With the class boost::property_tree::ptree , Boost.PropertyTree provides a tree structure to store key/...
  • 22. Boost.Tuple

    Chapter 22. Boost.Tuple Chapter 22. Boost.Tuple The library Boost.Tuple provides a class called boost::tuple , which is a generalized version of std::pair . While std::pair c...
  • 17. Boost.Heap

    Chapter 17. Boost.Heap Chapter 17. Boost.Heap Boost.Heap could have also been called Boost.PriorityQueue since the library provides several priority queues. However, the prior...
  • 13. Boost.Bimap

    Chapter 13. Boost.Bimap Exercise Chapter 13. Boost.Bimap The library Boost.Bimap is based on Boost.MultiIndex and provides a container that can be used immediately without be...
  • 16.3. Boost.NumericConversion

    952 2019-12-10 《Boost C++ 库》
    16.3. Boost.NumericConversion 16.3. Boost.NumericConversion Boost.NumericConversion 可将一种数值类型转换为不同的数值类型。 在C++里, 这种转换可以隐式地发生,如下面例所示。 #include <iostream>   int main () ...
  • 3.3. Boost.Ref

    1437 2019-12-10 《Boost C++ 库》
    3.3. Boost.Ref 3.3. Boost.Ref 本库 Boost.Ref 通常与 Boost.Bind 一起使用,所以我把它们挨着写。 它提供了两个函数 - boost::ref() 和 boost::cref() - 定义于 boost/ref.hpp . 当要用于 boost::bind() 的函数带有至少一个引用参数时,B...
  • 67. Boost.Signals2

    Chapter 67. Boost.Signals2 Chapter 67. Boost.Signals2 Boost.Signals2 implements the signal/slot concept. One or multiple functions – called slots – are linked with an object t...
  • 1.1. C++ 与 Boost

    3629 2019-12-10 《Boost C++ 库》
    1.1. C++ 与 Boost 1.1. C++ 与 Boost Boost C++ 库 是一组基于C++标准的现代库。 其源码按 Boost Software License 来发布,允许任何人自由地使用、修改和分发。 这些库是平台独立的,且支持大多数知名和不那么知名的编译器。 Boost 社区负责开发和发布 Boost C++ 库。 社区...