bsl::FunctionDeductionHelper::StripSignature

Primary template for stripping qualifiers from a member-function signature.

Synopsis

Declared in <bslstl_function.h>

template<class FUNCTOR>
struct StripSignature;

Specializations

Name
StripSignature<RET const(FUNCTOR::*)(ARGS...) noexcept>