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

make ProfilingStaticGuid hashable More...

#include <Types.hpp>

Public Member Functions

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

Detailed Description

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

make ProfilingStaticGuid hashable

Definition at line 457 of file Types.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 459 of file Types.hpp.

460  {
461  return hash<uint64_t>()(uint64_t(guid));
462  }

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