Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Nektar::StdRegions::IndexMapKey::opLess Struct Reference

#include <IndexMapKey.h>

Public Member Functions

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

Detailed Description

Definition at line 78 of file IndexMapKey.h.

Member Function Documentation

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

Definition at line 84 of file IndexMapKey.cpp.

References Nektar::StdRegions::IndexMapKey::m_indexMapType.

{
return (lhs.m_indexMapType < rhs.m_indexMapType);
}