VTK  9.3.20240419
Public Member Functions | Public Attributes | List of all members
std::hash< vtkSmartPointer< T > > Struct Template Reference

#include <vtkSmartPointer.h>

Public Member Functions

std::size_t operator() (const vtkSmartPointer< T > &p) const
 

Public Attributes

std::hash< T * > Hasher
 

Detailed Description

template<class T>
struct std::hash< vtkSmartPointer< T > >

Definition at line 412 of file vtkSmartPointer.h.

Member Function Documentation

◆ operator()()

template<class T >
std::size_t std::hash< vtkSmartPointer< T > >::operator() ( const vtkSmartPointer< T > &  p) const
inline

Definition at line 414 of file vtkSmartPointer.h.

Member Data Documentation

◆ Hasher

template<class T >
std::hash<T*> std::hash< vtkSmartPointer< T > >::Hasher

Definition at line 416 of file vtkSmartPointer.h.


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