MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::Pdf::Cell Struct Reference

#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
 

Detailed Description

Table part class to convert values to string with set format


The documentation for this struct was generated from the following file: