https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Member Functions | List of all members
std::hash< ReporterName > Struct Reference

#include <ReporterName.h>

Public Member Functions

size_t operator() (const ReporterName &other) const
 

Detailed Description

Definition at line 163 of file ReporterName.h.

Member Function Documentation

◆ operator()()

size_t std::hash< ReporterName >::operator() ( const ReporterName other) const
inline

Definition at line 165 of file ReporterName.h.

165{ return hash<string>{}(other); }

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