|
| std::optional< std::string > | m_str |
| |
Definition at line 50 of file SX-ttinfo.hpp.
◆ operator=() [1/2]
| void OptionalString::operator= |
( |
const char * |
str | ) |
|
|
inline |
Definition at line 44 of file SX-ttinfo.hpp.
44{ if (str) m_str = str; else reset(); };
◆ operator=() [2/2]
| void OptionalStringFromNumeric::operator= |
( |
std::optional< gnc_numeric > |
num | ) |
|
|
inline |
Definition at line 53 of file SX-ttinfo.hpp.
The primary numeric class for representing amounts and values.
std::string to_string() const noexcept
Return a string representation of the GncNumeric.
The documentation for this struct was generated from the following file: