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

Function count_args_size

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

Source from the content-addressed store, hash-verified

407// Static argument check
408 template <typename RetT, typename... ArgsT>
409 constexpr int count_args_size(RetT (*)(ArgsT...))
410 {
411 return sizeof...(ArgsT);
412 }
413
414 template <typename _From, typename _To>
415 char check_conversion_base()

Callers 1

cniMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected