Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
Functions | |
template<class T > | |
bool | is_null (const boost::shared_ptr< T > &p) |
Returns true if p.get()==NULL . | |
template<class T > | |
bool | nonnull (const boost::shared_ptr< T > &p) |
Returns true if p.get()!=NULL . | |