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 &.

Synopsis

Declared in <bslstl_function.h>

struct FunctionDeductionHelper;

Types

Name

Description

StripSignature

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

Created with MrDocs