bsl::FunctionDeductionHelper::StripSignature<RET const(FUNCTOR::*)(ARGS...) noexcept>::Sig

Function type RET(ARGS...) with member qualifiers removed.

Synopsis

Declared in <bslstl_function.h>

using Sig = RET(ARGS...);