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

make ProfilingDynamicGuid hashable More...

#include <Types.hpp>

Public Member Functions

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

Detailed Description

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

make ProfilingDynamicGuid hashable

Definition at line 447 of file Types.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 449 of file Types.hpp.

450  {
451  return hash<uint64_t>()(uint64_t(guid));
452  }

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