Loading [MathJax]/jax/output/HTML-CSS/config.js
|
9 /// @internal Forward declaration of helper class. Not for end users.
12 /// @internal Base class for cut objects.
13 /// @note End users should always use the @ref Cut typedef instead.
17 typedef std::shared_ptr<CutBase> Cut;
|