#include "boost/test/unit_test.hpp"
#include "art/Utilities/pointersEqual.h"
Go to the source code of this file.
|
class | A |
|
class | B |
|
class | C |
|
class | D |
|
class | E |
|
#define BOOST_TEST_MODULE (pointersEqual_t) |
BOOST_AUTO_TEST_CASE |
( |
basic_types |
| ) |
|
Definition at line 14 of file pointersEqual_t.cc.
std::enable_if_t< std::is_same< T1, T2 >::value||std::is_base_of< T1, T2 >::value||std::is_base_of< T2, T1 >::value, bool > pointersEqual(T1 *t1, T2 *t2)
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
BOOST_AUTO_TEST_CASE |
( |
inheritance |
| ) |
|
Definition at line 28 of file pointersEqual_t.cc.
std::enable_if_t< std::is_same< T1, T2 >::value||std::is_base_of< T1, T2 >::value||std::is_base_of< T2, T1 >::value, bool > pointersEqual(T1 *t1, T2 *t2)
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
BOOST_AUTO_TEST_CASE |
( |
constness |
| ) |
|
Definition at line 49 of file pointersEqual_t.cc.
std::enable_if_t< std::is_same< T1, T2 >::value||std::is_base_of< T1, T2 >::value||std::is_base_of< T2, T1 >::value, bool > pointersEqual(T1 *t1, T2 *t2)