libMesh::vectormap< Key, Tp >::FirstCompare 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 >::FirstCompare

Equality comparison, based solely on first element in a pair.

Definition at line 89 of file vectormap.h.

Member Function Documentation

◆ operator()()

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

Definition at line 91 of file vectormap.h.

93  { return lhs.first == rhs.first; }

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