Construct from Unexpected
Synopsis
Declared in <util/expected.h>
template<class Err>
constexpr
Expected(Unexpected<Err> u);
Parameters
Name |
Description |
u |
The object to construct from |
Created with MrDocs
Construct from Unexpected
Declared in <util/expected.h>
template<class Err>
constexpr
Expected(Unexpected<Err> u);
Name |
Description |
u |
The object to construct from |
Created with MrDocs