From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- doc/html/boost/hash_long_lon_idp743218320.html | 77 -------------------------- 1 file changed, 77 deletions(-) delete mode 100644 doc/html/boost/hash_long_lon_idp743218320.html (limited to 'doc/html/boost/hash_long_lon_idp743218320.html') diff --git a/doc/html/boost/hash_long_lon_idp743218320.html b/doc/html/boost/hash_long_lon_idp743218320.html deleted file mode 100644 index e68331aca9..0000000000 --- a/doc/html/boost/hash_long_lon_idp743218320.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - -Struct hash<long long> - - - - - - - - - - - - - - - -
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
-
-
-PrevUpHomeNext -
-
-
-
-

Struct hash<long long>

-

boost::hash<long long>

-
-

Synopsis

-
// In header: <boost/functional/hash.hpp>
-
-
-struct hash<long long> {
-  std::size_t operator()(long long) const;
-};
-
-

Description

-
std::size_t operator()(long long val) const;
-
---- - - - - - - - - - - -

Returns:

-

Unspecified in TR1, except that equal arguments yield the same result.

-

hash_value(val) in Boost.

-

Throws:

Doesn't throw

-
-
- - - -
-
-
-PrevUpHomeNext -
- - -- cgit v1.2.3