MySQL 8.4.0
Source Code Documentation
mysql_harness::utility::Range< Type > Class Template Reference

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_
 

Detailed Description

template<class Type>
class mysql_harness::utility::Range< Type >

Class to turn C array into range.

See also
make_range

Constructor & Destructor Documentation

◆ Range()

template<class Type >
mysql_harness::utility::Range< Type >::Range ( Type *  ptr,
size_t  length 
)
inline

Member Function Documentation

◆ begin()

template<class Type >
iterator mysql_harness::utility::Range< Type >::begin ( )
inline

◆ end()

template<class Type >
iterator mysql_harness::utility::Range< Type >::end ( )
inline

Member Data Documentation

◆ finish_

template<class Type >
Type* mysql_harness::utility::Range< Type >::finish_
private

◆ start_

template<class Type >
Type* mysql_harness::utility::Range< Type >::start_
private

The documentation for this class was generated from the following file: