30 bool IsType(GExpr
const &expr)
32 return dynamic_cast<Type const*
>(expr.get());
38 return std::dynamic_pointer_cast<
Type>(expr);
Definition: abstractgammasym.h:32
Contains the base class for the Symbolic Gamma Library (SGL) and the GExpr definition.