MCPcopy Create free account
hub / github.com/covscript/covscript / cni_helper

Class cni_helper

include/covscript/core/cni.hpp:429–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427// CNI Helper
428 template <typename _Target, typename _Source>
429 class cni_helper;
430
431 template <typename... _Target_ArgsT, typename... _Source_ArgsT>
432 class cni_helper<void (*)(_Target_ArgsT...), void (*)(_Source_ArgsT...)> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected