MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / operator()

Method operator()

python/include/utils.h:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 using Func = RetVal (*)(Args...);
85
86 RetVal operator()(Args... args) const
87 {
88 issueDeprecationWarning(useInstead);
89 return (*func)(std::forward<Args>(args)...);
90 }
91
92 const Func func;
93 const char* useInstead;

Callers

nothing calls this directly

Calls 1

issueDeprecationWarningFunction · 0.85

Tested by

no test coverage detected