ArmNN
 21.02
hash< armnn::profiling::ProfilingGuid > Struct Template Reference

make ProfilingGuid hashable More...

#include <Types.hpp>

Public Member Functions

std::size_t operator() (armnn::profiling::ProfilingGuid const &guid) const noexcept
 

Detailed Description

template<>
struct std::hash< armnn::profiling::ProfilingGuid >

make ProfilingGuid hashable

Definition at line 437 of file Types.hpp.

Member Function Documentation

◆ operator()()

std::size_t operator() ( armnn::profiling::ProfilingGuid const &  guid) const
inlinenoexcept

Definition at line 439 of file Types.hpp.

440  {
441  return hash<uint64_t>()(uint64_t(guid));
442  }

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