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

Member Function Documentation

◆ operator()()

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

Definition at line 325 of file Types.hpp.

326  {
327  return hash<uint64_t>()(uint64_t(guid));
328  }

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