Reaktoro  v2.11.0
A unified framework for modeling chemically reactive systems
hash< std::pair< L, R > > Struct Template Reference

Specialize std::hash for std::pair<L, R> so that it can be used as key in std::unordered_map. More...

#include <HashUtils.hpp>

Public Member Functions

std::size_t operator() (std::pair< L, R > const &obj) const
 

Detailed Description

template<typename L, typename R>
struct std::hash< std::pair< L, R > >

Specialize std::hash for std::pair<L, R> so that it can be used as key in std::unordered_map.


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