Angelscript addon Template Containers  2.31.0
STL container powerr for Angelscript
aatc::hash::hashfunctor< T > Class Template Reference

The functor that unordered containers use for hashing. More...

#include <aatc_hash.hpp>

Public Member Functions

config::t::hash operator() (const T &a) const
 

Detailed Description

template<class T>
class aatc::hash::hashfunctor< T >

The functor that unordered containers use for hashing.

You should specialize this for your c++ classes before making tempspecs of unordered containers of them.