ArmNN
 20.08
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 348 of file Types.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 350 of file Types.hpp.

351  {
352  return hash<uint64_t>()(uint64_t(guid));
353  }

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