Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SkForceDirectHash< K > Struct Template Reference

#include <SkChecksum.h>

Public Member Functions

uint32_t operator() (const K &k) const
 

Detailed Description

template<typename K>
struct SkForceDirectHash< K >

Definition at line 112 of file SkChecksum.h.

Member Function Documentation

◆ operator()()

template<typename K >
uint32_t SkForceDirectHash< K >::operator() ( const K k) const
inline

Definition at line 113 of file SkChecksum.h.

113 {
114 return SkChecksum::Hash32(&k, sizeof(K));
115 }
static const int K
Definition daa.cpp:21
uint32_t Hash32(const void *data, size_t bytes, uint32_t seed)

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