|
sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
Hash function for half-precision floats. More...
#include <float16_t.hpp>
Public Types | |
| typedef half_float::half | argument_type |
| Type of function argument. | |
| typedef size_t | result_type |
| Function return type. | |
Public Member Functions | |
| result_type | operator() (argument_type arg) const |
| Compute hash function. | |
Hash function for half-precision floats.
See also: Documentation for std::hash
Definition at line 2054 of file float16_t.hpp.
| typedef half_float::half std::hash< half_float::half >::argument_type |
Type of function argument.
Definition at line 2056 of file float16_t.hpp.
| typedef size_t std::hash< half_float::half >::result_type |
Function return type.
Definition at line 2059 of file float16_t.hpp.
|
inline |
Compute hash function.
| arg | half to hash |
Definition at line 2064 of file float16_t.hpp.