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

#include <map.hpp>

Public Member Functions

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

Detailed Description

template<typename Key>
struct pineforge::detail::PineMapKeyEqual< Key, true >

Definition at line 50 of file map.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename Key>
bool pineforge::detail::PineMapKeyEqual< Key, true >::operator() ( Key lhs,
Key rhs ) const
inlinenoexcept

Definition at line 51 of file map.hpp.

◆ operator()() [2/2]

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: