Added container logging

This commit is contained in:
Pasha Bibko
2025-08-03 19:16:54 +01:00
parent 1411839e38
commit e6ba0249a8
3 changed files with 53 additions and 7 deletions

View File

@@ -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 //