DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Public Types | Public Member Functions | List of all members
std::hash< std::vector< T > > Class Template Reference

#include <utlSTDHeaders.h>

Detailed Description

template<typename T>
class std::hash< std::vector< T > >

Definition at line 86 of file utlSTDHeaders.h.

Public Types

typedef std::vector< T > argument_type
 
typedef std::vcl_size_t result_type
 

Public Member Functions

result_type operator() (argument_type const &in) const
 

Member Typedef Documentation

template<typename T >
typedef std::vector<T> std::hash< std::vector< T > >::argument_type

Definition at line 89 of file utlSTDHeaders.h.

template<typename T >
typedef std::vcl_size_t std::hash< std::vector< T > >::result_type

Definition at line 90 of file utlSTDHeaders.h.

Member Function Documentation

template<typename T >
result_type std::hash< std::vector< T > >::operator() ( argument_type const &  in) const
inline

Definition at line 91 of file utlSTDHeaders.h.

References utl::hash_combine(), and spams::seed.

+ Here is the call graph for this function:


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