Opt.getResult

Gets the result value.

struct Opt
getResult
()

Return Value

Type: auto

The equivalent of private member _result as a member of Result

Examples

auto opt = Opt(Algorithm.lnPraxis, 2);

auto result = opt.getResult();

Meta