Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Nektar::LibUtilities::defOpLessCreator< KeyType > Struct Template Reference

#include <NekManager.hpp>

Public Member Functions

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

Detailed Description

template<typename KeyType>
struct Nektar::LibUtilities::defOpLessCreator< KeyType >

Definition at line 60 of file NekManager.hpp.

Member Function Documentation

template<typename KeyType >
bool Nektar::LibUtilities::defOpLessCreator< KeyType >::operator() ( const KeyType &  lhs,
const KeyType &  rhs 
) const
inline

Definition at line 62 of file NekManager.hpp.

63  {
64  return lhs < rhs;
65  }
StandardMatrixTag & lhs