#include <PyDumperDict.h>
|
| const std::vector< float > & | m_v |
Definition at line 27 of file PyDumperDict.h.
◆ SafeFloatAccess()
| PyDumper::SafeFloatAccess::SafeFloatAccess |
( |
const std::vector< float > & | v | ) |
|
|
inline |
◆ operator[]()
| double PyDumper::SafeFloatAccess::operator[] |
( |
size_t | i | ) |
|
|
inline |
Definition at line 51 of file PyDumperDict.h.
51 {
54 if (
ff.ieee.exponent == 0xff)
55 return std::nan("");
57 }
◆ m_v
| const std::vector<float>& PyDumper::SafeFloatAccess::m_v |
|
private |
The documentation for this class was generated from the following file: