mrdocs::Expected::error_or
Return the contained error or a fallback copy.
Synopsis
Declared in <mrdocs/Support/Expected.hpp>
template<class G = E>
constexpr
E
error_or(G&& e) const &;
Parameters
Name |
Description |
e |
Fallback error to use when engaged. |
Created with MrDocs