mxnet
Public Member Functions | List of all members
std::hash< mxnet::Tuple< T > > Struct Template Reference

hash function for Tuple. More...

#include <tuple.h>

Collaboration diagram for std::hash< mxnet::Tuple< T > >:
Collaboration graph

Public Member Functions

size_t operator() (const mxnet::Tuple< T > &val) const
 hash a Tuple into unsigned int More...
 

Detailed Description

template<typename T>
struct std::hash< mxnet::Tuple< T > >

hash function for Tuple.

Member Function Documentation

template<typename T >
size_t std::hash< mxnet::Tuple< T > >::operator() ( const mxnet::Tuple< T > &  val) const
inline

hash a Tuple into unsigned int


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