|
|
template<class T, typename... Args> |
| using | CachingPricingEngineBuilder = CachingEngineBuilder<T, PricingEngine, Args...> |
|
template<class T, typename... Args> |
| using | CachingCouponPricerBuilder = CachingEngineBuilder<T, FloatingRateCouponPricer, Args...> |
|
template<class T, typename... Args> |
| using | CachingInflationCouponPricerBuilder = CachingEngineBuilder<T, InflationCouponPricer, Args...> |
|
template<class T, typename... Args> |
| using | CachingInflationCashFlowPricerBuilder = CachingEngineBuilder<T, QuantExt::InflationCashFlowPricer, Args...> |
Abstract template engine builder class.