folly::function_like_value

Transports the cvref-qualifications of Src onto the function type Dst.

Synopsis

Declared in <folly/functional/traits.h>

template<
    typename Src,
    typename Dst>
struct function_like_value;

Type Aliases

NameDescription
type The resulting function type.