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

Function fcall

include/covscript/impl/type_ext.hpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164 template <typename T>
165 static inline var fcall(const T &func, vector &args)
166 {
167 throw lang_error("Type " + cs_impl::cxx_demangle(cs_impl::get_name_of_type<T>()) + " does not support func(...) operator.");
168 }
169 } // namespace operators
170} // namespace cs
171

Callers 2

dispatcherFunction · 0.85
fcallMethod · 0.85

Calls 2

lang_errorClass · 0.85
cxx_demangleFunction · 0.85

Tested by

no test coverage detected