Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Teuchos::RCPConstComp Struct Reference

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
 

Detailed Description

Struct for comparing two RCPs. Simply compares the raw pointers contained within the RCPs.

Definition at line 953 of file Teuchos_RCPDecl.hpp.

Member Function Documentation

template<class T1 , class T2 >
bool Teuchos::RCPConstComp::operator() ( const RCP< const T1 >  p1,
const RCP< const T2 >  p2 
) const
inline

Definition at line 956 of file Teuchos_RCPDecl.hpp.


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