MySQL 9.6.0
Source Code Documentation
null_iterator.h File Reference

Experimental API header. More...

#include <ranges>

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::iterators
 

Functions

template<std::ranges::range Range_t>
auto mysql::iterators::null_iterator ()
 Returns an iterator object for a given range type, created without passing a range object, while guaranteeing that two such iterators for the same type compare as equal. More...
 

Detailed Description

Experimental API header.