Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Teuchos::RCPComp 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< T1 > p1, const RCP< T2 > p2) const
 

Detailed Description

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

Definition at line 955 of file Teuchos_RCPDecl.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 958 of file Teuchos_RCPDecl.hpp.


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