MPQC
3.0.0-alpha
hash.h
1
//
2
// hash.h
3
//
4
// Copyright (C) 2014 David Hollman
5
//
6
// Author: David Hollman
7
// Maintainer: DSH
8
// Created: Mar 19, 2014
9
//
10
// This file is part of the SC Toolkit.
11
//
12
// The SC Toolkit is free software; you can redistribute it and/or modify
13
// it under the terms of the GNU Library General Public License as published by
14
// the Free Software Foundation; either version 2, or (at your option)
15
// any later version.
16
//
17
// The SC Toolkit is distributed in the hope that it will be useful,
18
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
// GNU Library General Public License for more details.
21
//
22
// You should have received a copy of the GNU Library General Public License
23
// along with the SC Toolkit; see the file COPYING.LIB. If not, write to
24
// the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
25
//
26
// The U.S. Government is granted a limited license as per AL 91-7.
27
//
28
29
#ifndef _util_misc_hash_h
30
#define _util_misc_hash_h
31
32
// boost includes
33
#include <boost/functional/hash.hpp>
34
35
namespace
sc
{
36
37
template
<
typename
T>
38
struct
hash
:
public
boost::hash<T>
39
{ };
40
41
}
// end namespace sc
42
43
#endif
/* _util_misc_hash_h */
sc::hash
Definition:
hash.h:38
sc
Contains all MPQC code up to version 3.
Definition:
mpqcin.h:14
Generated at Sun Jan 26 2020 23:24:01 for
MPQC
3.0.0-alpha using the documentation package
Doxygen
1.8.16.