ArmNN  NotReleased
hash< armnn::profiling::ProfilingGuid > Struct Template Reference

#include <Types.hpp>

Public Member Functions

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

Detailed Description

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

Definition at line 310 of file Types.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 312 of file Types.hpp.

313  {
314  return hash<uint64_t>()(uint64_t(guid));
315  }

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