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

True if Test has a member Set_traits_t. More...

#include <set_traits.h>

Concept definition

template<class Test, class Set_traits_t void>
True if either Other is omitted/void, or Test is the same type as Other.
Definition: optional_is_same.h:39
True if Test has a member Set_traits_t.
Definition: set_traits.h:59
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 has a member Set_traits_t.

If Set_traits_t is given, true only if Test::Set_traits_t is the same type as Set_traits_t.