Metafunction specialization that wraps a member function pointer.
Declared in <bdlf_overloaded.h>
template<
class OBJ,
class RET,
class... ARGS>
struct Overloaded_Wrapper<RET const(OBJ::*)(ARGS...) noexcept>;
| Name | Description |
|---|---|
Type | The wrapper type for this member function pointer signature. |