SF2cute  0.1
Modern C++ Library for SoundFont 2
std::hash< sf2cute::SFVersionTag > Struct Template Reference

The hash template for the sf2cute::SFVersionTag class. More...

#include <types.hpp>

Public Member Functions

std::size_t operator() (sf2cute::SFVersionTag const &key) const noexcept
 Calculates the hash of the argument. More...
 

Detailed Description

template<>
struct std::hash< sf2cute::SFVersionTag >

The hash template for the sf2cute::SFVersionTag class.

Member Function Documentation

std::size_t std::hash< sf2cute::SFVersionTag >::operator() ( sf2cute::SFVersionTag const &  key) const
inlinenoexcept

Calculates the hash of the argument.

Parameters
keythe object to be hashed.
Returns
the hash value.

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