Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
std::hash< G4String > Struct Reference

#include <G4VVtkPipeline.hh>

Public Member Functions

std::size_t operator() (const G4String &strng) const
 

Detailed Description

Definition at line 51 of file G4VVtkPipeline.hh.

Member Function Documentation

◆ operator()()

std::size_t std::hash< G4String >::operator() ( const G4String & strng) const
inline

Definition at line 53 of file G4VVtkPipeline.hh.

54 {
55 using std::hash;
56 using std::size_t;
57
58 std::size_t h = 0;
59
60 for (char const& c : strng) {
62 }
63
64 return h;
65 }
void hash_combine(std::size_t)

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