MySQL 26.7.0
Source Code Documentation
mysql::iterators::detail::Has_member_distance_from Concept Reference

true if Type has a distance_from member More...

#include <iterator_interface.h>

Concept definition

template<class Type>
requires(Type t, const Type &other) {
{ t.distance_from(other) } -> std::same_as<std::ptrdiff_t>;
}
true if Type has a distance_from member
Definition: iterator_interface.h:102
MediaType
Definition: media_type.h:33

Detailed Description

true if Type has a distance_from member