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

#include <map.hpp>

Public Member Functions

std::size_t operator() (const Key &key) const noexcept(noexcept(std::hash< Key >{}(key)))
 

Detailed Description

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

Definition at line 57 of file map.hpp.

Member Function Documentation

◆ operator()()

template<typename Key, bool = std::is_floating_point_v<PineMapBare<Key>>>
std::size_t pineforge::detail::PineMapKeyHash< Key, bool >::operator() ( const Key & key) const
inlinenoexcept

Definition at line 58 of file map.hpp.


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