MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / target

Method target

system/lib/libcxx/include/__functional/function.h:784–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782template <class _Rp, class... _ArgTypes>
783template <typename _Tp>
784_Tp* function<_Rp(_ArgTypes...)>::target() _NOEXCEPT {
785 return (_Tp*)(__f_.template target<_Tp>());
786}
787
788template <class _Rp, class... _ArgTypes>
789template <typename _Tp>

Callers 1

function.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected