QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Null< T > Class Template Reference

template class providing a null value for a given type. More...

#include <ql/utilities/null.hpp>

+ Collaboration diagram for Null< T >:

Public Member Functions

 Null ()=default
 
 operator T () const
 

Detailed Description

template<typename T>
class QuantLib::Null< T >

template class providing a null value for a given type.

Examples
Gaussian1dModels.cpp.

Definition at line 76 of file null.hpp.

Constructor & Destructor Documentation

◆ Null()

Null ( )
default

Member Function Documentation

◆ operator T()

operator T ( ) const

Definition at line 79 of file null.hpp.