Nektar++
Public Member Functions | List of all members
Nektar::StdRegions::StdMatrixKey::opLess Struct Reference

Used to lookup the create function in NekManager. More...

#include <StdMatrixKey.h>

Public Member Functions

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

Detailed Description

Used to lookup the create function in NekManager.

Definition at line 67 of file StdMatrixKey.h.

Member Function Documentation

◆ operator()()

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

Definition at line 83 of file StdMatrixKey.cpp.

85{
86 return (lhs.m_matrixType < rhs.m_matrixType);
87}

References Nektar::StdRegions::StdMatrixKey::m_matrixType.