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

Function Passed

src/include/base/cef_bind_helpers.h:549–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547// to write Passed(scoper.Pass()).
548template <typename T>
549static inline cef_internal::PassedWrapper<T> Passed(T scoper) {
550 return cef_internal::PassedWrapper<T>(scoper.Pass());
551}
552template <typename T>
553static inline cef_internal::PassedWrapper<T> Passed(T* scoper) {
554 return cef_internal::PassedWrapper<T>(scoper->Pass());

Callers

nothing calls this directly

Calls 1

PassMethod · 0.80

Tested by

no test coverage detected