MySQL 9.6.0
Source Code Documentation
mysql::sets::Can_donate_set Concept Reference

True if move-semantics has been declared as enabled for full-set-copy operations for the given operand types, and Source_t is an rvalue reference type. More...

#include <meta.h>

Concept definition

template<class Source_t, class Target_t>
std::is_rvalue_reference_v<Source_t>
True if move-semantics has been declared as enabled for full-set-copy operations for the given operan...
Definition: meta.h:83
True if move-semantics has been declared as enabled for full-set-copy operations for the given operan...
Definition: meta.h:90

Detailed Description

True if move-semantics has been declared as enabled for full-set-copy operations for the given operand types, and Source_t is an rvalue reference type.