cpp_result f19982d
|
▼Ncpp_result | |
CResult | Result<T, E> - Holds either a value (Ok) or an error (Err) |
CResult< void, E > | Result<void, E> - Specialization for operations that return no value, only success or error |