|
| std::optional< std::string > | m_str |
| |
Definition at line 41 of file SX-ttinfo.hpp.
◆ operator*()
| const char * OptionalString::operator* |
( |
| ) |
const |
|
inline |
Definition at line 43 of file SX-ttinfo.hpp.
43{ return m_str ? m_str->c_str() : nullptr; };
◆ operator=()
| void OptionalString::operator= |
( |
const char * |
str | ) |
|
|
inline |
Definition at line 44 of file SX-ttinfo.hpp.
44{ if (str) m_str = str; else reset(); };
◆ reset()
| void OptionalString::reset |
( |
| ) |
|
|
inline |
◆ m_str
| std::optional<std::string> OptionalString::m_str |
|
protected |
The documentation for this struct was generated from the following file: