#include <MRPdf.h>
Classes | |
| struct | Empty |
Public Types | |
| using | Value = std::variant<int, float, bool, std::string, Empty> |
Public Member Functions | |
| Cell () | |
| template<typename T > | |
| Cell (const T &value) | |
| MRIOEXTRAS_API std::string | toString (const std::string &fmtStr="{}") const |
Public Attributes | |
| Value | data |
Table part class to convert values to string with set format