Electroneum
std::hash< el::Level > Struct Template Reference

#include <easylogging++.h>

Public Member Functions

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

Detailed Description

template<>
struct std::hash< el::Level >

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: