MySQL 9.6.0
Source Code Documentation
mysql::ranges::Is_collection_over Concept Reference

True if Test models Is_collection, with Value_t as its value type. More...

#include <meta.h>

Concept definition

template<class Test, class Value_t>
std::same_as<mysql::ranges::Range_value_type<Test>, Value_t>
True if Test models Is_collection, with Value_t as its value type.
Definition: meta.h:131
True if Test has the properties of a "collection", i.e., a range with member functions to query size ...
Definition: meta.h:115

Detailed Description

True if Test models Is_collection, with Value_t as its value type.