PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
na.hpp File Reference
#include <cmath>
#include <cstdint>
#include <limits>
#include <type_traits>
Include dependency graph for na.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  pineforge
 

Functions

template<typename T>
pineforge::na ()
 
template<>
double pineforge::na< double > ()
 
template<>
int pineforge::na< int > ()
 
template<>
int64_t pineforge::na< int64_t > ()
 
template<>
bool pineforge::na< bool > ()
 
bool pineforge::is_na (double v)
 
template<typename T, typename = std::enable_if_t<std::is_integral_v<T> && !std::is_same_v<T, bool>>>
bool pineforge::is_na (T v)