Calls folly::tryTo on each value, mapping to an Expected of Dest.
Synopsis
Declared in <folly/gen/Base.h>
template<
class Dest,
class EachTryTo = /* implementation-defined */>
EachTryTo
eachTryTo();
Return Value
An operator that attempts conversion of each value to Dest.
Created with MrDocs