operator bool() for DelayedConstruction
This commit is contained in:
@ -87,6 +87,8 @@ public:
|
||||
|
||||
bool constructed() const { return m_constructed; }
|
||||
|
||||
operator bool() const { return m_constructed; }
|
||||
|
||||
private:
|
||||
bool m_constructed{};
|
||||
union Helper
|
||||
|
Reference in New Issue
Block a user