MySQL 9.6.0
Source Code Documentation
repeat.h File Reference

Experimental API header. More...

#include <cassert>
#include <concepts>
#include <limits>

Go to the source code of this file.

Classes

class  mysql::strconv::detail::Repeat_base< Repeat_optional_t >
 Common base class for the Repeat and Repeat_optional classes, providing functionality for representing the upper bound on the number of repetitions. More...
 
class  mysql::strconv::Repeat_optional
 Represents a range of integers for which the lower bound is 0, representing the number of repetitions of a token when parsing a string. More...
 
class  mysql::strconv::Repeat
 Represents a range of integers specifying the number of times a token or pattern should be repeated when parsing a string. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::strconv
 
namespace  mysql::strconv::detail
 

Concepts

concept  mysql::strconv::Is_repeat
 True if Test is either Repeat or Repeat_optional.
 

Detailed Description

Experimental API header.