Nektar++
Public Member Functions | List of all members
Nektar::LibUtilities::PointsKey::opLess Struct Reference

#include <Points.h>

Public Member Functions

bool operator() (const PointsKey &lhs, const PointsKey &rhs) const
 

Detailed Description

Definition at line 55 of file Points.h.

Member Function Documentation

◆ operator()()

bool Nektar::LibUtilities::PointsKey::opLess::operator() ( const PointsKey lhs,
const PointsKey rhs 
) const

Definition at line 86 of file Foundations/Points.cpp.

88{
89 return (lhs.m_pointstype < rhs.m_pointstype);
90}

References Nektar::LibUtilities::PointsKey::m_pointstype.