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

true if Type has an is_sentinel member. More...

#include <iterator_interface.h>

Concept definition

template<class Type>
{ t.is_sentinel() } -> std::same_as<bool>;
}
true if Type has an is_sentinel member.
Definition: iterator_interface.h:87
MediaType
Definition: media_type.h:33

Detailed Description

true if Type has an is_sentinel member.