MySQL 9.7.0
Source Code Documentation
jdv::Size_first_comparator Struct Reference

Comparator which orders in the same way as Json_object orders its keys. More...

Public Member Functions

template<typename RA , typename RB >
requires std::ranges::contiguous_range<RA> && std::ranges::contiguous_range<RB> && std::is_same_v<std::ranges::range_value_t<RA>, std::ranges::range_value_t<RB>>
constexpr bool operator() (RA &&ra, RB &&rb) const
 

Detailed Description

Comparator which orders in the same way as Json_object orders its keys.

Member Function Documentation

◆ operator()()

template<typename RA , typename RB >
requires std::ranges::contiguous_range<RA> && std::ranges::contiguous_range<RB> && std::is_same_v<std::ranges::range_value_t<RA>, std::ranges::range_value_t<RB>>
constexpr bool jdv::Size_first_comparator::operator() ( RA &&  ra,
RB &&  rb 
) const
inlineconstexpr

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