MySQL 9.6.0
Source Code Documentation
is_same_object.h File Reference

Experimental API header. More...

#include <concepts>

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::utils
 

Functions

template<class Obj1_t , class Obj2_t >
bool mysql::utils::is_same_object (const Obj1_t &obj1, const Obj2_t &obj2)
 Return true if the types of the two objects are either equal or one derived from the other, and in addition, refer to the same object. More...
 

Detailed Description

Experimental API header.