ArmNN
 20.11
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 366 of file Types.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 368 of file Types.hpp.

369  {
370  return hash<uint64_t>()(uint64_t(guid));
371  }

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