Specialization that strips qualifiers from a member-function type.
Declared in <bslstl_function.h>
template<
class RET,
class FUNCTOR,
class... ARGS>
struct StripSignature<RET const(FUNCTOR::*)(ARGS...) noexcept>;
| Name | Description |
|---|---|
Sig | Function type RET(ARGS...) with member qualifiers removed. |