diff options
Diffstat (limited to '')
-rw-r--r-- | src/set.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ namespace Bu | |||
33 | *@param sizecalc (typename) Functor to compute new table size on rehash | 33 | *@param sizecalc (typename) Functor to compute new table size on rehash |
34 | *@param keyalloc (typename) Memory allocator for hashtable keys | 34 | *@param keyalloc (typename) Memory allocator for hashtable keys |
35 | *@param challoc (typename) Byte allocator for bitflags | 35 | *@param challoc (typename) Byte allocator for bitflags |
36 | *@ingroup Containers | ||
36 | */ | 37 | */ |
37 | template<typename key, typename sizecalc, typename keyalloc, typename challoc > | 38 | template<typename key, typename sizecalc, typename keyalloc, typename challoc > |
38 | class Set | 39 | class Set |