$extrastylesheet
Public Member Functions | |
| bool | operator() (const value_type &lhs, const value_type &rhs) const |
Equality comparison, based solely on first element in a pair.
Definition at line 87 of file vectormap.h.
| bool libMesh::vectormap< Key, Tp >::FirstCompare::operator() | ( | const value_type & | lhs, |
| const value_type & | rhs | ||
| ) | const [inline] |
Definition at line 89 of file vectormap.h.
{ return lhs.first == rhs.first; }