This header serves to simply bring in the half float datatype and provide a hash_value function. More...
Go to the source code of this file.
Typedefs | |
using | GfHalf = pxr_half::half |
A 16-bit floating point data type. More... | |
Functions | |
template<typename Half > | |
std::enable_if< std::is_same < Half, half >::value, size_t > ::type | hash_value (const Half &h) |
Overload hash_value for half. More... | |
This header serves to simply bring in the half float datatype and provide a hash_value function.
For documentation, of the half type, please see the half header in ilmbase_half.h.
Definition in file half.h.