|
Teuchos - Trilinos Tools Package
Version of the Day
|
Struct for comparing two RCPs. Simply compares the raw pointers contained within the RCPs. More...
#include <Teuchos_RCPDecl.hpp>
Public Member Functions | |
| template<class T1 , class T2 > | |
| bool | operator() (const RCP< const T1 > p1, const RCP< const T2 > p2) const |
| | |
Struct for comparing two RCPs. Simply compares the raw pointers contained within the RCPs.
Definition at line 930 of file Teuchos_RCPDecl.hpp.
| bool Teuchos::RCPConstComp::operator() | ( | const RCP< const T1 > | p1, |
| const RCP< const T2 > | p2 | ||
| ) | const [inline] |
Definition at line 933 of file Teuchos_RCPDecl.hpp.
1.7.6.1