ArmNN
 21.05
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 483 of file Types.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 485 of file Types.hpp.

486  {
487  return hash<uint64_t>()(uint64_t(guid));
488  }

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