Synopsis

Declared in <bdlf_overloaded.h>

template<
    class OBJ,
    class RET,
    class... ARGS>
struct Overloaded_Wrapper<RET const(OBJ::*)(ARGS...) noexcept>;

Type Aliases

Name

Description

Type

The wrapper type for this member function pointer signature.

Created with MrDocs