Write a float to os using the given byte order.
Declared in <llvm/Support/EndianStream.h>
template<>
void
write<float>(
raw_ostream& os,
float value,
endianness endian);
| Name | Description |
|---|---|
| os | Stream that receives the endian-converted bytes. |
| value | Float whose bit pattern is written as a 32-bit integer. |
| endian | Byte order to apply to the bit pattern. |