LDMX Software
Public Types | Public Member Functions | List of all members
ActsExamples::detail::CompareGeometryId Struct Reference

Public Types

using is_transparent = void
 

Public Member Functions

template<typename Left , typename Right >
constexpr bool operator() (Left &&lhs, Right &&rhs) const
 

Detailed Description

Definition at line 60 of file GeometryContainers.h.

Member Typedef Documentation

◆ is_transparent

using ActsExamples::detail::CompareGeometryId::is_transparent = void

Definition at line 62 of file GeometryContainers.h.

Member Function Documentation

◆ operator()()

template<typename Left , typename Right >
constexpr bool ActsExamples::detail::CompareGeometryId::operator() ( Left &&  lhs,
Right &&  rhs 
) const
inlineconstexpr

Definition at line 65 of file GeometryContainers.h.

65 {
66 return GeometryIdGetter()(lhs) < GeometryIdGetter()(rhs);
67 }

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