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

Class cni_modify

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

Source from the content-addressed store, hash-verified

160
161 template <typename T>
162 struct cni_modify {
163 using type = T;
164 };
165
166 template <typename RetT, typename... ArgsT>
167 struct cni_modify<RetT(ArgsT...)> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected