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

True if Test is a Set Traits class for a nested set. More...

#include <nested_set_meta.h>

Concept definition

template<class Test>
True if Test is a Set Traits class for a nested set.
Definition: nested_set_meta.h:51
True if Test is an "ordered" Set traits class.
Definition: set_traits.h:88
True if Test is a Set category tag, i.e., derived from Base_set_category_tag.
Definition: set_categories.h:48
True if Test is a Set_traits class, i.e., is derived from Base_set_traits.
Definition: set_traits.h:50

Detailed Description

True if Test is a Set Traits class for a nested set.

This requires Test is a set traits which has a type member Key_traits_t which is an ordered set traits, and a type member Mapped_traits_t which is a set traits, and a type member Mapped_category which is a set category.