util::Result::Result

Constructs a successful result holding the given value.

Synopsis

Declared in <util/result.h>

Result(T obj);

Parameters

NameDescription
objthe success value to store