Added container logging
This commit is contained in:
@@ -105,7 +105,7 @@ namespace LXC::Util
|
||||
// Operator overloads //
|
||||
|
||||
explicit operator bool() const { return !m_FunctionFailed; }
|
||||
operator ResultType() { return Result(); }
|
||||
operator ResultType&() { return Result(); }
|
||||
|
||||
private:
|
||||
// Union to hold either the result or the error //
|
||||
|
||||
Reference in New Issue
Block a user