Angelscript addon Template Containers  1.0
STL container powerr for Angelscript
aatc_functor_hash< T > Class Template Reference

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

#include <aatc_common.hpp>

Public Member Functions

aatc_hash_type operator() (const T &a) const
 

Detailed Description

template<class T>
class aatc_functor_hash< 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.