Constructs a successful result holding the given value.

Synopsis

Declared in <util/result.h>

Result(T obj);

Parameters

Name

Description

obj

the success value to store

Created with MrDocs