Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

结构体模板相等 - Boost C++ 函数库
PrevUpHomeNext

结构体模板相等

boost::intrusive::equal

提要

// In header: <boost/intrusive/options.hpp>

template<typename Equal> 
struct equal {
};

描述

此选项设置器指定值类型的相等函数对象


PrevUpHomeNext