All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
std::hash< icarus::trigger::PlotSandbox > Struct Template Reference

#include <PlotSandbox.h>

Public Member Functions

auto operator() (icarus::trigger::PlotSandbox const &key) const
 

Detailed Description

template<>
struct std::hash< icarus::trigger::PlotSandbox >

Definition at line 608 of file PlotSandbox.h.

Member Function Documentation

auto std::hash< icarus::trigger::PlotSandbox >::operator() ( icarus::trigger::PlotSandbox const &  key) const
inline

Definition at line 609 of file PlotSandbox.h.

610  { return std::hash<std::string>()(key.ID()); }

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