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

Member Function Documentation

◆ operator()()

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

Definition at line 335 of file Types.hpp.

336  {
337  return hash<uint64_t>()(uint64_t(guid));
338  }

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