|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <cmath>#include <cstdint>#include <limits>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | pineforge |
Functions | |
| template<typename T> | |
| 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) |