Loading...
Searching...
No Matches
std::hash< std::vector< T > > Struct Template Reference

Public Types

using argument_type = std::vector<T>
 
using result_type = std::size_t
 

Public Member Functions

result_type operator() (argument_type const &v) const
 

Detailed Description

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

Definition at line 73 of file Hash.h.

Member Typedef Documentation

◆ argument_type

template<class T >
using std::hash< std::vector< T > >::argument_type = std::vector<T>

Definition at line 75 of file Hash.h.

◆ result_type

template<class T >
using std::hash< std::vector< T > >::result_type = std::size_t

Definition at line 76 of file Hash.h.

Member Function Documentation

◆ operator()()

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

Definition at line 77 of file Hash.h.


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