proxygen
folly::gen::detail::Unwrap Class Reference

#include <Base-inl.h>

Detailed Description

Unwrap - For unwrapping folly::Optional values in a folly::gen style. Usually used through the 'unwrap' instace like so:

auto best = from(scores) | max | unwrap; // may throw

Definition at line 2462 of file Base-inl.h.


The documentation for this class was generated from the following file: