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

Specialize std::hash for std::vector<T, A> so that it can be used as key in std::unordered_map. More...

#include <HashUtils.hpp>

Public Member Functions

std::size_t operator() (std::vector< T, A > const &obj) const
 

Detailed Description

template<typename T, typename A>
struct std::hash< std::vector< T, A > >

Specialize std::hash for std::vector<T, A> so that it can be used as key in std::unordered_map.


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