#include <MRPdf.h>
|
| using | Value = std::variant<int, float, bool, std::string, Empty> |
| |
|
| | Cell () |
| |
| template<typename T > |
| | Cell (const T &value) |
| |
| MRIOEXTRAS_API std::string | toString (const std::string &fmtStr="{}") const |
| |
◆ Value
◆ Cell() [1/2]
◆ Cell() [2/2]
template<typename T >
| MR::Pdf::Cell::Cell |
( |
const T & | value | ) |
|
|
inline |
◆ toString()
| MRIOEXTRAS_API std::string MR::Pdf::Cell::toString |
( |
const std::string & | fmtStr = "{}" | ) |
const |
◆ data
| Value MR::Pdf::Cell::data |
The documentation for this struct was generated from the following file: