Overloaded_FunctionPointer wraps a function pointer. It is implicitly constructible from the pointer, and provides an operator() method that calls through to the underlying function.
Synopsis
Declared in <bdlf_overloaded.h>
template<
class RET,
class... ARGS>
struct Overloaded_FunctionPointer;
Type Aliases
Name |
Description |
Alias for a free function pointer of the given signature. |
Member Functions
Name |
Description |
|
Construct this object from the specified |
Call the function passed to the constructor with the specified |
Data Members
Name |
Description |
Free function pointer of the given signature. |
Created with MrDocs