Nektar++
Public Member Functions | List of all members
Nektar::LocalRegions::IndexMapKey::opLess Struct Reference

#include <IndexMapKey.h>

Public Member Functions

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

Detailed Description

Definition at line 75 of file IndexMapKey.h.

Member Function Documentation

◆ operator()()

bool Nektar::LocalRegions::IndexMapKey::opLess::operator() ( const IndexMapKey lhs,
const IndexMapKey rhs 
) const

Definition at line 65 of file IndexMapKey.cpp.

67{
68 return (lhs.m_indexMapType < rhs.m_indexMapType);
69}

References Nektar::LocalRegions::IndexMapKey::m_indexMapType.