cesium-native 0.61.0
Loading...
Searching...
No Matches
std::hash< CesiumUtility::IntrusivePointer< T > > Struct Template Reference

Hash implementation for CesiumUtility::IntrusivePointer. More...

#include <CesiumUtility/IntrusivePointer.h>

Public Member Functions

std::size_t operator() (const CesiumUtility::IntrusivePointer< T > &key) const noexcept
 Returns a size_t hash of the provided CesiumUtility::IntrusivePointer<T>.
 

Detailed Description

template<typename T>
struct std::hash< CesiumUtility::IntrusivePointer< T > >

Hash implementation for CesiumUtility::IntrusivePointer.

Definition at line 276 of file IntrusivePointer.h.

Member Function Documentation

◆ operator()()

template<typename T>
std::size_t std::hash< CesiumUtility::IntrusivePointer< T > >::operator() ( const CesiumUtility::IntrusivePointer< T > & key) const
inlinenoexcept

Returns a size_t hash of the provided CesiumUtility::IntrusivePointer<T>.

Definition at line 280 of file IntrusivePointer.h.


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