1
0
mirror of synced 2026-04-30 21:50:07 +00:00

Updated command reference in manual

This commit is contained in:
Clifford Wolf
2016-02-14 11:02:11 +01:00
parent 0761ad6e18
commit 85fe6d176f
3 changed files with 364 additions and 16 deletions

View File

@@ -94,7 +94,7 @@ creates a bijective map from K to the integers. For example:
It is not possible to remove elements from an idict.
Finally mfp<K> implements a merge-find set data structure (aka. disjoint-set or
unionfind) over the type K ("mfp" = merge-find-promote).
union-find) over the type K ("mfp" = merge-find-promote).
2. Standard STL data types