Constructs a successful result holding the given value.
Declared in <util/result.h>
<util/result.h>
Result(T obj);
Name
Description
obj
the success value to store
Created with MrDocs