piranha  0.10
Public Types | Public Member Functions | List of all members
std::hash< piranha::kronecker_monomial< T > > Struct Template Reference

Specialisation of std::hash for piranha::kronecker_monomial. More...

#include <piranha/kronecker_monomial.hpp>

Public Types

using result_type = size_t
 Result type.
 
using argument_type = piranha::kronecker_monomial< T >
 Argument type.
 

Public Member Functions

result_type operator() (const argument_type &a) const
 Hash operator. More...
 

Detailed Description

template<typename T>
struct std::hash< piranha::kronecker_monomial< T > >

Specialisation of std::hash for piranha::kronecker_monomial.

Definition at line 1267 of file kronecker_monomial.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
result_type std::hash< piranha::kronecker_monomial< T > >::operator() ( const argument_type a) const
inline

Hash operator.

Parameters
aargument whose hash value will be computed.
Returns
hash value of a computed via piranha::kronecker_monomial::hash().

Definition at line 1278 of file kronecker_monomial.hpp.


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