Ignition Common

API Reference

3.0.0
hash< TemplatePluginPtr< PluginType > > Struct Template Reference

Template specialization that provides a hash function for PluginPtr so that it can easily be used in STL objects like std::unordered_set and std::unordered_map. More...

#include <PluginPtr.hh>

Public Member Functions

size_t operator() (const TemplatePluginPtr< PluginType > &ptr) const
 

Detailed Description

template<typename PluginType>
struct std::hash< TemplatePluginPtr< PluginType > >

Template specialization that provides a hash function for PluginPtr so that it can easily be used in STL objects like std::unordered_set and std::unordered_map.

Member Function Documentation

◆ operator()()

size_t operator() ( const TemplatePluginPtr< PluginType > &  ptr) const
inline

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