Primary template for stripping qualifiers from a member-function signature.
Declared in <bslstl_function.h>
template<class FUNCTOR>
struct StripSignature;
| Name | Description |
|---|---|
StripSignature<RET const(FUNCTOR::*)(ARGS...) noexcept> | Specialization that strips qualifiers from a member-function type. |