MySQL 9.7.0
Source Code Documentation
detail::Is_row_view_definition Concept Reference

True if std::remove_cvref_t<Type> is a speciaization of Row_view_definition. More...

#include <packet_based_table_with_cursor.h>

Concept definition

template<class Type>
True if std::remove_cvref_t<Type> is a speciaization of Row_view_definition.
Definition: packet_based_table_with_cursor.h:50
ValueType value(const std::optional< ValueType > &v)
Definition: gtid.h:83
Helper to define Is_row_view_definition.
Definition: packet_based_table_with_cursor.h:41

Detailed Description

True if std::remove_cvref_t<Type> is a speciaization of Row_view_definition.