This struct provides a set of template meta-functions that extract the signature of a class member function, stripping any qualifiers such as const, noexcept or &.
Declared in <bslstl_function.h>
struct FunctionDeductionHelper;
| Name | Description |
|---|---|
StripSignature | Primary template for stripping qualifiers from a member-function signature. |