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

Member Function Documentation

◆ operator()()

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

Definition at line 360 of file Types.hpp.

361  {
362  return hash<uint64_t>()(uint64_t(guid));
363  }

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