摘要: boost::compressed_pair behaves like std::pair. However, if one or both template parameters are empty classes, boost::compressed_pair consumes less mem 阅读全文
posted @ 2019-07-02 19:34 c++11 阅读(359) 评论(0) 推荐(0) 编辑
摘要: boost::logic::tribool is similar to bool. However, while bool can distinguish two states, boost::logic::tribool handles three. 输出为: true indeterminate 阅读全文
posted @ 2019-07-02 19:25 c++11 阅读(462) 评论(0) 推荐(0) 编辑