MySQL 9.6.0
Source Code Documentation
mysql::sets::Enable_donate_set< Source_t, Target_t > Struct Template Reference

Customization point that set container types can use to indicate that they support noexcept move-semantics for full-set-copy operations between the given types. More...

#include <meta.h>

Inheritance diagram for mysql::sets::Enable_donate_set< Source_t, Target_t >:
[legend]

Detailed Description

template<class Source_t, class Target_t>
struct mysql::sets::Enable_donate_set< Source_t, Target_t >

Customization point that set container types can use to indicate that they support noexcept move-semantics for full-set-copy 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.


The documentation for this struct was generated from the following file: