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