PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pineforge::detail::PineMapKeyEqual< Key, bool > Struct Template Reference

#include <map.hpp>

Public Member Functions

bool operator() (const Key &lhs, const Key &rhs) const noexcept(noexcept(lhs==rhs))
 

Detailed Description

template<typename Key, bool = std::is_floating_point_v<PineMapBare<Key>>>
struct pineforge::detail::PineMapKeyEqual< Key, bool >

Definition at line 42 of file map.hpp.

Member Function Documentation

◆ operator()()

template<typename Key, bool = std::is_floating_point_v<PineMapBare<Key>>>
bool pineforge::detail::PineMapKeyEqual< Key, bool >::operator() ( const Key & lhs,
const Key & rhs ) const
inlinenoexcept

Definition at line 43 of file map.hpp.


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