MySQL 9.6.0
Source Code Documentation
mysql::gtids::Tsid_traits Struct Reference

Set_traits used when TSIDs are stored in sets. More...

#include <gtid_set.h>

Inheritance diagram for mysql::gtids::Tsid_traits:
[legend]

Static Public Member Functions

static bool lt (const Tsid &left, const Tsid &right)
 
- Static Public Member Functions inherited from mysql::sets::Ordered_set_traits_interface< Tsid_traits, Tsid >
static constexpr bool in_range (const Element_t &element)
 
static constexpr std::strong_ordering cmp (const Element_t &left, const Element_t &right)
 
static constexpr bool lt (const Element_t &left, const Element_t &right)
 
static constexpr bool le (const Element_t &left, const Element_t &right)
 
static constexpr bool gt (const Element_t &left, const Element_t &right)
 
static constexpr bool ge (const Element_t &left, const Element_t &right)
 
static constexpr Difference_t sub (const Element_t &left, const Element_t &right)
 
static constexpr Difference_t add (const Difference_proxy_t &left, const Difference_proxy_t &right)
 
static constexpr Element_t add (const Element_t &left, const Difference_proxy_t &right)
 
static constexpr Element_t add (const Difference_proxy_t &left, const Element_t &right)
 

Additional Inherited Members

- Public Types inherited from mysql::sets::Ordered_set_traits_interface< Tsid_traits, Tsid >
using Element_t = Tsid
 
using Difference_t = void
 
using Less_t = detail::Less< Tsid_traits, Tsid >
 

Detailed Description

Set_traits used when TSIDs are stored in sets.

Member Function Documentation

◆ lt()

static bool mysql::gtids::Tsid_traits::lt ( const Tsid left,
const Tsid right 
)
inlinestatic

The documentation for this struct was generated from the following file: