QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
Loading...
Searching...
No Matches
Namespaces | Typedefs | Variables
QuantLib::ext Namespace Reference

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
 

Typedef Documentation

◆ function

using function = std::function<Ts...>
Deprecated:
Use std::function instead. Deprecated in version 1.36.

Definition at line 36 of file functional.hpp.

◆ tuple

using tuple = std::tuple<Ts...>
Deprecated:
Use std::tuple instead. Deprecated in version 1.36.

Definition at line 36 of file tuple.hpp.

Variable Documentation

◆ nullopt

constexpr const boost::none_t& nullopt = boost::none
constexpr

Definition at line 44 of file optional.hpp.