Yields the function type F stripped of its cvref‐qualifications.

Synopsis

Declared in <folly/functional/traits.h>

template<typename F>
struct function_remove_cvref;

Type Aliases

Name

Description

type

The cvref‐stripped function type.

Created with MrDocs