MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / getNumOpArgs

Method getNumOpArgs

Core/Variational/var.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52size_t var::getNumOpArgs()
53{
54 return getChildren().size();
55}
56
57var::var(std::shared_ptr<impl> _pimpl) : pimpl(_pimpl) {};
58

Callers 1

propagateMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected