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

Synopsis

Declared in <bslstl_function.h>

template<class FUNCTOR>
struct StripSignature;

Specializations

Name

Description

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

Specialization that strips qualifiers from a member‐function type.

Created with MrDocs