#include <boost/date_time/gregorian/formatters.hpp>
#include <ql/quantlib.hpp>
Go to the source code of this file.
Namespaces | |
namespace | eepgwde |
namespace | eepgwde::detail |
namespace | eepgwde::detail::i0 |
Functions | |
template<typename U> | |
enable_if < boost::is_arithmetic< U >, U > ::type | eepgwde::detail::i0::null1 (dummy< 0 >=0) |
Any numeric types: use the system minimum. | |
template<typename U> | |
std::string | eepgwde::detail::i0::ys (typename enable_if< boost::is_same< ql::Date, U >, U >::type, const boost::any &o, dummy< 1 >=1) throw (std::domain_error &) |
A visitor method for QuantLib date. | |
template<typename U> | |
U | eepgwde::detail::i0::xs (typename enable_if< boost::is_same< ql::Date, U >, U >::type, const std::string &s, dummy< 1 >=2) throw (std::domain_error &) |
A visitor method for QuantLib date. |
Definition in file typing_ql.hpp.