[#bsl-FunctionDeductionHelper] = xref:bsl.adoc[bsl]::FunctionDeductionHelper :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct FunctionDeductionHelper; ---- == Types [cols="1,4"] |=== | Name| Description | xref:bsl/FunctionDeductionHelper/StripSignature-01.adoc[`StripSignature`] | Primary template for stripping qualifiers from a member‐function signature. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#