OGS
NumLib::detail::LineByLocationComparator Struct Reference

Detailed Description

Definition at line 65 of file ComponentGlobalIndexDict.h.

#include <ComponentGlobalIndexDict.h>

Public Member Functions

bool operator() (Line const &a, Line const &b) const
 

Member Function Documentation

◆ operator()()

bool NumLib::detail::LineByLocationComparator::operator() ( Line const & a,
Line const & b ) const
inline

Definition at line 67 of file ComponentGlobalIndexDict.h.

68 {
69 return a.location < b.location;
70 }

References NumLib::detail::Line::location.


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