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

Name

Description

type

The unwrapped type.

Specializations