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