|
proxygen
|
#include <Function.h>
Public Member Functions | |
| SharedProxy (Function< NonConstSignature > &&func) | |
| ReturnType | operator() (Args &&...args) const |
Private Attributes | |
| std::shared_ptr< Function< NonConstSignature > > | sp_ |
Definition at line 331 of file Function.h.
|
inlineexplicit |
Definition at line 335 of file Function.h.
|
inline |
Definition at line 337 of file Function.h.
References testing::Args().
|
private |
Definition at line 332 of file Function.h.