OpenMS
Loading...
Searching...
No Matches
PeptideAndProteinQuant::FileLabelHash Struct Reference

Public Member Functions

std::size_t operator() (const std::pair< std::string, UInt > &p) const noexcept
 

Detailed Description

Hash functor for (basename without extension, channel/label) keys, so that the pure-lookup maps keyed on such pairs can use std::unordered_map. Iteration order of those maps is never observed, so hashing does not affect output.

Member Function Documentation

◆ operator()()

std::size_t operator() ( const std::pair< std::string, UInt > &  p) const
inlinenoexcept