folly::like

A trait to replace the cvref category of Dst with that of Src.

Synopsis

Declared in <folly/Traits.h>

template<
    typename Src,
    typename Dst>
struct like;

Type Aliases

NameDescription
type The type Dst carrying the cvref category derived from Src.