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

True if Test satisfies both Is_discrete_set_traits and Is_metric_set_traits. More...

#include <set_traits.h>

Concept definition

template<class Test>
True if Test satisfies both Is_discrete_set_traits and Is_metric_set_traits.
Definition: set_traits.h:151
True if Test is a "discrete" Set traits class, i.e., it bounded, and it is possible to compute succes...
Definition: set_traits.h:119
True if Test is a "metric" Set traits class, i.e., it is bounded, and it is possible to compute diffe...
Definition: set_traits.h:136

Detailed Description

True if Test satisfies both Is_discrete_set_traits and Is_metric_set_traits.