Read float value from buffer. Sets error on failure.
| 552 | |
| 553 | /// Read float value from buffer. Sets error on failure. |
| 554 | FORY_ALWAYS_INLINE float read_float(Error &error) { |
| 555 | return buffer().read_float(error); |
| 556 | } |
| 557 | |
| 558 | /// Read double value from buffer. Sets error on failure. |
| 559 | FORY_ALWAYS_INLINE double read_double(Error &error) { |
no outgoing calls