|
Teuchos Package Browser (Single Doxygen Collection)
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< T1 > p1, const RCP< T2 > p2) const |
| | |
Struct for comparing two RCPs. Simply compares the raw pointers contained within the RCPs.
Definition at line 920 of file Teuchos_RCPDecl.hpp.
| bool Teuchos::RCPComp::operator() | ( | const RCP< T1 > | p1, |
| const RCP< T2 > | p2 | ||
| ) | const [inline] |
Definition at line 923 of file Teuchos_RCPDecl.hpp.
1.7.6.1