MCPcopy Create free account
hub / github.com/cztomczak/cefpython / CallbackForward

Function CallbackForward

src/include/base/internal/cef_callback_internal.h:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216template <typename T>
217typename enable_if<IsMoveOnlyType<T>::value, T>::type CallbackForward(T& t) {
218 return t.Pass();
219}
220
221} // namespace cef_internal
222} // namespace base

Callers 15

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls 1

PassMethod · 0.80

Tested by

no test coverage detected