ATLAS Offline Software
Loading...
Searching...
No Matches
columnar::ColumnarToolDataArray::StringHash Struct Reference

#include <ColumnarToolDataArray.h>

Collaboration diagram for columnar::ColumnarToolDataArray::StringHash:

Public Types

using is_transparent = void

Public Member Functions

size_t operator() (std::string_view sv) const noexcept

Detailed Description

Definition at line 60 of file ColumnarToolDataArray.h.

Member Typedef Documentation

◆ is_transparent

Member Function Documentation

◆ operator()()

size_t columnar::ColumnarToolDataArray::StringHash::operator() ( std::string_view sv) const
inlinenoexcept

Definition at line 62 of file ColumnarToolDataArray.h.

62 {
63 return std::hash<std::string_view>{}(sv);
64 }

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