layout codes of SortedSet.h
This commit is contained in:
parent
43bc9af020
commit
6d9bced95c
@ -6,7 +6,7 @@ namespace hgl
|
|||||||
/**
|
/**
|
||||||
* 有序合集</br>
|
* 有序合集</br>
|
||||||
* 集合数据列表中不允许数据出现重复性,同时它会将数据排序</br>
|
* 集合数据列表中不允许数据出现重复性,同时它会将数据排序</br>
|
||||||
* 我们删除了批量添加数据的Add函数,因为每一次添加数据都会导致一次插入,这样效率太低了。我们建议将数据全部添加到List,再转换为SortedSets。</br>
|
* 我们删除了批量添加数据的Add函数,因为每一次添加数据都会导致一次插入,这样效率太低了。我们建议将数据全部添加到List,再转换为SortedSet。</br>
|
||||||
*/
|
*/
|
||||||
template<typename T> class SortedSet
|
template<typename T> class SortedSet
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user