07 2019 档案
摘要:Shared Memory Shared memory is typically the fastest form of interprocess communicatioin. It provides a memory area that is shared between processes.
阅读全文
摘要:A library such as Boost.Asio is typically used to achieve greater efficiency. With no need to wait for an operation to finish, a program can perform o
阅读全文
摘要:Boost.Asio defines boost::asio::io_service, a single class fro an I/O service object. Every program based on Boost.Asio uses an object of type boost::
阅读全文
摘要:Boost Graph provides tools to work with graphs. Graphas are two-dimensional point clouds with any number of lines between ponts. Vertices and Edges 1
阅读全文
摘要:1.Algorithms Boost.Range is library that, on the first sight, provides algorithms similar to those provided by the standard library. For example, you
阅读全文
摘要:BOost Algorithm provides algorithms that complement the algorithms from the standard library. Unlike Boost Range, Boost Algorithm doesn't introduce ne
阅读全文
摘要:boost::compressed_pair behaves like std::pair. However, if one or both template parameters are empty classes, boost::compressed_pair consumes less mem
阅读全文
摘要:boost::logic::tribool is similar to bool. However, while bool can distinguish two states, boost::logic::tribool handles three. 输出为: true indeterminate
阅读全文
摘要:Boost PropertyTree provides a tree structure to store key/value pairs. Tree structures means that a trunk exists with numerous branches that have nume
阅读全文

浙公网安备 33010602011771号