Alias for an Expected type's associated error_type
Synopsis
Declared in <folly/Expected.h>
template<class Expected>
using ExpectedErrorType = std::remove_reference<Expected>::type::error_type;
Created with MrDocs
Alias for an Expected type's associated error_type
Declared in <folly/Expected.h>
template<class Expected>
using ExpectedErrorType = std::remove_reference<Expected>::type::error_type;
Created with MrDocs