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