ONE - On-device Neural Engine
Loading...
Searching...
No Matches
flatbuffers::NamedHashFunction< T > Struct Template Reference

#include <hash.h>

Public Types

typedef T(* HashFunction) (const char *)
 

Data Fields

const char * name
 
HashFunction function
 

Detailed Description

template<typename T>
struct flatbuffers::NamedHashFunction< T >

Definition at line 81 of file hash.h.

Member Typedef Documentation

◆ HashFunction

template<typename T >
typedef T(* flatbuffers::NamedHashFunction< T >::HashFunction) (const char *)

Definition at line 85 of file hash.h.

Field Documentation

◆ function

◆ name

template<typename T >
const char* flatbuffers::NamedHashFunction< T >::name

Definition at line 83 of file hash.h.


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