![]() |
MySQL 9.6.0
Source Code Documentation
|
True if Test is a Set traits class with an element type member, Element_t. More...
#include <set_traits.h>
True if Test is a Set traits class with an element type member, Element_t.
This requires that the member type Element_t exists and satisfies std::equality_comparable. If the template argument Element_t is given, it also requires that Test::Element_t equals Element_t.