Zero  0.1.0
Public Types | Public Member Functions | List of all members
std::hash< lsn_t > Struct Template Reference

#include <lsn.h>

Public Types

using argument_type = lsn_t
 
using result_type = std::size_t
 

Public Member Functions

result_type operator() (argument_type const &a) const
 

Detailed Description

template<>
struct std::hash< lsn_t >

Hash function for lsn_t http://stackoverflow.com/q/17016175/1268568

Member Typedef Documentation

§ argument_type

using std::hash< lsn_t >::argument_type = lsn_t

§ result_type

using std::hash< lsn_t >::result_type = std::size_t

Member Function Documentation

§ operator()()

result_type std::hash< lsn_t >::operator() ( argument_type const &  a) const
inline

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