CMS 3D CMS Logo

List of all members | Public Member Functions
edmplugin::PluginManagerPathHasher Struct Reference

#include <PluginManager.h>

Public Member Functions

size_t operator() (std::filesystem::path const &iPath) const
 

Detailed Description

Definition at line 41 of file PluginManager.h.

Member Function Documentation

◆ operator()()

size_t edmplugin::PluginManagerPathHasher::operator() ( std::filesystem::path const &  iPath) const
inline

Definition at line 42 of file PluginManager.h.

42 { return std::hash<std::string>{}(iPath.native()); }