2014-02-24 22:21:35 +00:00
|
|
|
[
|
|
|
|
|
{
|
2021-10-12 19:51:11 +03:00
|
|
|
"key": "container_hash",
|
2014-02-24 22:21:35 +00:00
|
|
|
"boost-version": "1.33.0",
|
2017-12-29 13:58:48 +00:00
|
|
|
"name": "Container Hash",
|
2014-02-27 22:46:55 +00:00
|
|
|
"authors": [
|
|
|
|
|
"Daniel James"
|
|
|
|
|
],
|
|
|
|
|
"maintainers": [
|
2023-10-12 14:51:15 +03:00
|
|
|
"Peter Dimov <pdimov -at- gmail.com>"
|
2014-02-27 22:46:55 +00:00
|
|
|
],
|
2017-12-29 13:58:48 +00:00
|
|
|
"description": "An STL-compatible hash function object that can be extended to hash user defined types.",
|
2014-05-31 15:16:56 +01:00
|
|
|
"std": [
|
|
|
|
|
"tr1"
|
|
|
|
|
],
|
2014-02-24 22:21:35 +00:00
|
|
|
"category": [
|
|
|
|
|
"Function-objects"
|
2021-01-19 12:42:27 -05:00
|
|
|
],
|
2023-10-12 14:51:15 +03:00
|
|
|
"cxxstd": "11"
|
2014-02-24 22:21:35 +00:00
|
|
|
}
|
2017-12-29 13:58:48 +00:00
|
|
|
]
|