MySQL 9.6.0
Source Code Documentation
nested_set_meta.h File Reference

Experimental API header. More...

Go to the source code of this file.

Classes

struct  mysql::sets::Enable_donate_set_elements< Source_t, Target_t >
 Declare that move-semantics is supported for element operations on Boundary Storage types, whenever full-set-copy is enabled and the function steal_and_insert is defined. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::sets
 
namespace  mysql::sets::detail
 

Concepts

concept  mysql::sets::Is_nested_set_traits
 True if Test is a Set Traits class for a nested set.
 
concept  mysql::sets::detail::Is_nested_set_or_storage
 Common helper for Is_nested_set and Is_nested_storage.
 
concept  mysql::sets::Is_nested_set
 True if Test is a nested set.
 
concept  mysql::sets::Is_nested_set_over_traits
 True if Test satisfies Is_nested_set and its traits is Set_traits_t.
 
concept  mysql::sets::Is_nested_set_over_traits_unqualified
 
concept  mysql::sets::Is_nested_storage
 True if Test is a Nested Set Storage.
 
concept  mysql::sets::Is_nested_storage_over_traits
 True if Test is a Nested Storage and its traits equals Set_traits_t.
 
concept  mysql::sets::Is_nested_container
 
concept  mysql::sets::detail::Shall_enable_donate_set_elements_for_nested_storage
 Helper concept to define the condition when Enable_donate_set_elements shall be defined for Nested Storage types.
 
concept  mysql::sets::detail::Shall_enable_donate_set_elements_for_nested_container
 Helper concept to define the condition when Enable_donate_set_elements shall be defined for Nested Container types.
 

Detailed Description

Experimental API header.