hf

User defined literal for Half Float.

template hf (
float v
) {}

Members

Manifest constants

hf
enum hf;
Undocumented in source.

Examples

auto h = hf!1.3f;

Meta