MCPcopy Create free account
hub / github.com/cinder/Cinder / wrap

Method wrap

include/asio/impl/io_context.hpp:206–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204template <typename Handler>
205#if defined(GENERATING_DOCUMENTATION)
206unspecified
207#else
208inline detail::wrapped_handler<io_context&, Handler>
209#endif
210io_context::wrap(Handler handler)
211{
212 return detail::wrapped_handler<io_context&, Handler>(*this, handler);
213}
214
215#endif // !defined(ASIO_NO_DEPRECATED)
216

Callers 10

resizeMethod · 0.45
resizeMethod · 0.45
setupFboMethod · 0.45
EarthMethod · 0.45
calcDiscreteVoronoiGpuFunction · 0.45
calcDistanceMapGpuFunction · 0.45
setupMethod · 0.45
ExtrudeSplineAppMethod · 0.45
getTextureMethod · 0.45
VideoPlayerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected