PLaSK library
Loading...
Searching...
No Matches
plask::NaNImpl< T > Struct Template Reference

This template is used by NaN function and have to be specialized to support new types (other than type supported by std::numeric_limits). More...

#include <plask/math.hpp>

Static Public Member Functions

static constexprget ()
 

Detailed Description

template<typename T>
struct plask::NaNImpl< T >

This template is used by NaN function and have to be specialized to support new types (other than type supported by std::numeric_limits).

Definition at line 121 of file math.hpp.

Member Function Documentation

◆ get()

template<typename T >
static constexpr T plask::NaNImpl< T >::get ( )
inlinestaticconstexpr

Definition at line 122 of file math.hpp.


The documentation for this struct was generated from the following file: