Commit 744be68e authored by Davis King's avatar Davis King

Added missing requirement

parent 841ad803
...@@ -161,6 +161,8 @@ namespace dlib ...@@ -161,6 +161,8 @@ namespace dlib
uint32 seed = 0 uint32 seed = 0
); );
/*! /*!
requires
- hash() is defined for objects of type T and U
ensures ensures
- returns a 32bit hash of the data stored in item. - returns a 32bit hash of the data stored in item.
- Each value of seed results in a different hash function being used. - Each value of seed results in a different hash function being used.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment