MCPcopy Create free account
hub / github.com/aguinet/dragonffi / case_array

Method case_array

bindings/python/cobj.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319 template <class... Args>
320 static std::unique_ptr<CObj> case_array(ArrayType const* Ty, Args&& ... args)
321 {
322 return std::unique_ptr<CObj>{new CArrayObj{*Ty, std::forward<Args>(args)...}};
323 }
324
325 template <class... Args>
326 static std::unique_ptr<CObj> case_func(FunctionType const* Ty, Args&& ... args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected