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

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

#include <ql/qldefines.hpp>
#include <boost/function.hpp>
#include <boost/bind/bind.hpp>
#include <boost/ref.hpp>

Go to the source code of this file.

Namespaces

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

Macros

#define QL_NULL_FUNCTION   0
 

Detailed Description

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

Definition in file functional.hpp.

Macro Definition Documentation

◆ QL_NULL_FUNCTION

#define QL_NULL_FUNCTION   0
Deprecated:
To check if a function is empty, use it in a bool context instead of comparing it to QL_NULL_FUNCTION. Deprecated in version 1.32.

Definition at line 78 of file functional.hpp.