MySQL 9.6.0
Source Code Documentation
ordered_set_traits_interface.h File Reference

Experimental API header. More...

#include <compare>
#include "mysql/sets/set_traits.h"

Go to the source code of this file.

Classes

struct  mysql::sets::detail::Less< Impl_tp, Element_tp >
 Helper class to define the Ordered_set_traits_interface::Less_t member. More...
 
struct  mysql::sets::Ordered_set_traits_interface< Self_tp, Element_tp, Difference_tp >
 Helper CRTP base class to define Ordered Set traits classes, which are optionally Bounded and/or Metric (cf Is_bounded_set_traits/Is_metric_set_traits). More...
 

Namespaces

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

Concepts

concept  mysql::sets::Is_ordered_set_implementation
 

Detailed Description

Experimental API header.