mrdocs::Expected<T, E>::rebind
Synopsis
Declared in <mrdocs/Support/Expected.hpp>
template<class U>
using rebind = Expected<U, error_type>;
Created with MrDocs
Declared in <mrdocs/Support/Expected.hpp>
template<class U>
using rebind = Expected<U, error_type>;
Created with MrDocs