![]() |
MySQL 9.6.0
Source Code Documentation
|
Customization point that set container types can use to indicate that they support noexcept move-semantics to copy parts of a set during inplace_union/inplace_intersect/inplace_subtract operations between the given types. More...
#include <meta.h>
Customization point that set container types can use to indicate that they support noexcept move-semantics to copy parts of a set during inplace_union/inplace_intersect/inplace_subtract operations between the given types.
Note that this can be defined for different, compatible types. This will be invoked with cvref-removed Source_t and Target_t, and should indicate if move-semantics is enabled for Source_t&& and Target_t.