Composite keysIn relational databases, composite keys depend on two or more fields of a given table The analogous concept in Boost MultiIndex is
2016-03-15 14:49:56
Composite keysIn relational databases, composite keys depend on two or more fields of a given table The analogous concept in Boost MultiIndex is
boost自定义composite_key_compare比较函数
composite_key_compare指定boost多容器元素的比较方法,当然我们也可以自定义比较函数。另外,如果调试过程中遇到很奇怪的问题,可以在自定义比较函数中下断点进行调试。