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

#include <map.hpp>

Public Member Functions

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

Detailed Description

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

Definition at line 65 of file map.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename Key>
std::size_t pineforge::detail::PineMapKeyHash< Key, true >::operator() ( Key key) const
inlinenoexcept

Definition at line 66 of file map.hpp.

◆ operator()() [2/2]

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: