MySQL 9.1.0
Source Code Documentation
|
Class to turn C array into range. More...
#include <utilities.h>
Classes | |
class | iterator |
Public Member Functions | |
Range (Type *ptr, size_t length) | |
iterator | begin () |
iterator | end () |
Private Attributes | |
Type * | start_ |
Type * | finish_ |
Class to turn C array into range.
|
inline |
|
inline |
|
inline |
|
private |
|
private |