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

#include <ReporterName.h>

Public Member Functions

size_t operator() (const ReporterName &other) const
 

Detailed Description

template<>
struct std::hash< ReporterName >

Definition at line 154 of file ReporterName.h.

Member Function Documentation

◆ operator()()

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

Definition at line 156 of file ReporterName.h.

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

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