Go to the documentation of this file.
24#ifndef SQLITE3XX_ITERATOR_H
25#define SQLITE3XX_ITERATOR_H
29#ifdef SQLITE3XX_BROKEN_ITERATOR
33namespace sqlite3xxstd {
39 typename Ref=T&>
struct iterator {
41 typedef Cat iterator_category;
43 typedef Dist difference_type;
45 typedef Ref reference;