result_type (3) Linux Manual Page
QuantLib::Interpolation – base class for 1-D interpolations. Synopsis bool empty () const Real operator() (Real x, bool allowExtrapolation=false) const Real primitive (Real x, bool allowExtrapolation=false) const Real derivative (Real x, bool allowExtrapolation=false) const Real secondDerivative (Real x, bool allowExtrapolation=false) const Real xMin () const Real xMax () const bool isInRange (Real x) const void update…
