Copy assignment.
198 {
199 if (
this != &
other) {
202 } else {
206 }
207 }
208 }
209 return *this;
210 }
fl::variant< VoidSuccess, ErrorInfo< E > > mData
bool ok() const FL_NOEXCEPT
Check if operation succeeded.
fl::variant< T, ErrorInfo< E > > mData
const char * message() const FL_NOEXCEPT
Get error message (only meaningful if !ok())
expected type for operations that can fail (C++23-style)