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

Maps tuple to either the boost or std implementation. More...

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

Go to the source code of this file.

Namespaces

namespace  QuantLib
 
namespace  QuantLib::ext
 

Typedefs

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

Detailed Description

Maps tuple to either the boost or std implementation.

Definition in file tuple.hpp.