|
|
@@ -354,6 +354,8 @@ public:
|
|
|
using value_type = std::pair<const Key, Type>;
|
|
|
/*! @brief Unsigned integer type. */
|
|
|
using size_type = std::size_t;
|
|
|
+ /*! @brief Signed integer type. */
|
|
|
+ using difference_type = std::ptrdiff_t;
|
|
|
/*! @brief Type of function to use to hash the keys. */
|
|
|
using hasher = Hash;
|
|
|
/*! @brief Type of function to use to compare the keys for equality. */
|