|
template<typename Left , typename Right > |
constexpr bool | operator() (Left &&lhs, Right &&rhs) const |
|
Definition at line 60 of file GeometryContainers.h.
◆ is_transparent
using ActsExamples::detail::CompareGeometryId::is_transparent = void |
◆ 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: