MCPcopy Create free account
hub / github.com/3rdparty/libprocess / FutureResultAction

Method FutureResultAction

include/process/gmock.hpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182{
183public:
184 explicit FutureResultAction(process::Future<R>* future, const A& action)
185 : future(future),
186 action(action) {}
187
188 template <typename F>
189 operator ::testing::Action<F>() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected