libMesh::vectormap< Key, Tp >::FirstOrder Struct Reference

Public Member Functions

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

Detailed Description

template<typename Key, typename Tp>
struct libMesh::vectormap< Key, Tp >::FirstOrder

Strict weak ordering, based solely on first element in a pair.

Definition at line 79 of file vectormap.h.

Member Function Documentation

◆ operator()()

template<typename Key, typename Tp>
bool libMesh::vectormap< Key, Tp >::FirstOrder::operator() ( const value_type lhs,
const value_type rhs 
) const
inline

Definition at line 81 of file vectormap.h.

83  { return lhs.first < rhs.first; }

The documentation for this struct was generated from the following file: