herald
2.0.0
herald
include
herald
datatype
stdlib.h
1
// Copyright 2020-2021 Herald Project Contributors
2
// SPDX-License-Identifier: Apache-2.0
3
//
4
5
#ifndef HERALD_STDLIB_H
6
#define HERALD_STDLIB_H
7
8
#include <utility>
9
15
namespace
std
16
{
17
// template<typename T1, typename T2>
18
// struct hash<std::pair<T1,T2>>
19
// {
20
// size_t operator()(const std::pair<T1,T2>& v) const
21
// {
22
// return std::hash<T1>()(v.first) ^ std::hash<T2>()(v.second);
23
// }
24
// };
25
}
26
27
#endif
std
Definition:
data.h:562
Generated by
1.9.1