folly::coro::remove_reference_wrapper

A type trait to unwrap a std::reference_wrapper<T> to a type T

Synopsis

Declared in <folly/coro/Traits.h>

template<typename T>
struct remove_reference_wrapper;

Type Aliases

NameDescription
type The unwrapped type.

Specializations

Name
remove_reference_wrapper<std::reference_wrapper<T>>