Esempio n. 1
0
boost::shared_ptr<QuantLib::Quote> convert2<boost::shared_ptr<QuantLib::Quote>, property_t>(const property_t& c) {
    return convertQuote(c);
}
Esempio n. 2
0
boost::shared_ptr<QuantLib::Quote> convert2<boost::shared_ptr<QuantLib::Quote>, ConvertOper>(const ConvertOper& c) {
    return convertQuote(c);
}