ArmNN
 20.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 313 of file Types.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 315 of file Types.hpp.

316  {
317  return hash<uint64_t>()(uint64_t(guid));
318  }

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