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

Maps function, bind and cref to either the boost or std implementation. More...

#include <ql/qldefines.hpp>
#include <functional>

Go to the source code of this file.

Namespaces

namespace  QuantLib
 
namespace  QuantLib::ext
 
namespace  QuantLib::ext::placeholders
 

Typedefs

template<typename... Ts>
using function = std::function< Ts... >
 

Detailed Description

Maps function, bind and cref to either the boost or std implementation.

Definition in file functional.hpp.