ATLAS Offline Software
Public Types | Public Member Functions | List of all members
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 63 of file ColumnarToolDataArray.h.

Member Typedef Documentation

◆ is_transparent

Definition at line 64 of file ColumnarToolDataArray.h.

Member Function Documentation

◆ operator()()

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

Definition at line 65 of file ColumnarToolDataArray.h.

65  {
66  return std::hash<std::string_view>{}(sv);
67  }

The documentation for this struct was generated from the following file:
LArCellConditions.sv
bool sv
Definition: LArCellConditions.py:45