QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Namespaces | |
namespace | placeholders |
Typedefs | |
template<typename... Ts> | |
using | function = std::function< Ts... > |
template<typename... Ts> | |
using | tuple = std::tuple< Ts... > |
Variables | |
constexpr const boost::none_t & | nullopt = boost::none |
using function = std::function<Ts...> |
Definition at line 36 of file functional.hpp.
using tuple = std::tuple<Ts...> |
|
constexpr |
Definition at line 44 of file optional.hpp.