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

True if move-semantics has been declared as enabled for inplace_union/inplace_intersect/inplace_subtract 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 inplace_union/inplace_intersect/inplace_subtr...
Definition: meta.h:107
True if move-semantics has been declared as enabled for inplace_union/inplace_intersect/inplace_subtr...
Definition: meta.h:114

Detailed Description

True if move-semantics has been declared as enabled for inplace_union/inplace_intersect/inplace_subtract operations for the given operand types, and Source_t is an rvalue reference type.