Electroneum
Loading...
Searching...
No Matches
std::hash< el::Level > Struct Reference

#include <easylogging++.h>

Public Member Functions

std::size_t operator() (const el::Level &l) const

Detailed Description

Definition at line 607 of file easylogging++.h.

Member Function Documentation

◆ operator()()

std::size_t std::hash< el::Level >::operator() ( const el::Level & l) const
inline

Definition at line 609 of file easylogging++.h.

609 {
610 return hash<el::base::type::EnumType> {}(static_cast<el::base::type::EnumType>(l));
611 }
unsigned int EnumType

The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/easylogging++/easylogging++.h