\hypertarget{structkblib_1_1range__t_1_1iterator}{}\doxysection{kblib\+::range\+\_\+t\texorpdfstring{$<$}{<} Value, Delta \texorpdfstring{$>$}{>}\+::iterator Struct Reference} \label{structkblib_1_1range__t_1_1iterator}\index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} A helper struct which acts as an iterator for the range elements, as they are generated on the fly. {\ttfamily \#include $<$kblib/iterators.\+h$>$} \doxysubsection*{Public Types} \begin{DoxyCompactItemize} \item using \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a914497be54bb426f5de7dfc2a985b846}{difference\+\_\+type}} = std\+::ptrdiff\+\_\+t \item using \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a6f406d6d7132255881b1da3191125ca4}{value\+\_\+type}} = Value \item using \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a691d420850cb73d644e884a775b4b68f}{pointer}} = const Value $\ast$ \item using \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a682e7449f7f839d3d8206feebfbca69e}{reference}} = Value \item using \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_aeab2334080cd7bd9e381e6ecf13a8587}{iterator\+\_\+category}} = std\+::input\+\_\+iterator\+\_\+tag \end{DoxyCompactItemize} \doxysubsection*{Public Member Functions} \begin{DoxyCompactItemize} \item constexpr auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a47e782c6accf944706abdafaddc1de83}{operator$\ast$}} () const noexcept(nothrow\+\_\+copyable) -\/$>$ Value \begin{DoxyCompactList}\small\item\em Return the \char`\"{}pointed-\/to\char`\"{} value. \end{DoxyCompactList}\item constexpr auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_aa7a0d42e4febc97061160598536943fc}{operator-\/$>$}} () const noexcept -\/$>$ \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a691d420850cb73d644e884a775b4b68f}{pointer}} \begin{DoxyCompactList}\small\item\em Return a pointer to the value. \end{DoxyCompactList}\item constexpr auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a96770fb0146a015985e3a49ebcba5f8f}{operator++}} () \&noexcept(nothrow\+\_\+steppable) -\/$>$ \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} \& \begin{DoxyCompactList}\small\item\em Prefix increment. Advance to the next value in the range. \end{DoxyCompactList}\item constexpr auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a2a4f6e0b5f07b2fc5d9d27f7d48a0ef5}{operator++}} (int) noexcept(nothrow\+\_\+steppable) -\/$>$ \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} \begin{DoxyCompactList}\small\item\em Postfix increment. Advance to the next value in the range, but return the current value. \end{DoxyCompactList}\item constexpr auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a6a97b4c20d4c8e0f19665daf80c9014d}{operator\mbox{[}$\,$\mbox{]}}} (std\+::ptrdiff\+\_\+t x) const noexcept -\/$>$ Value \item {\footnotesize template$<$typename Integral $>$ }\\constexpr auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a27cc85ac03fa74faf1a533d8f10cf20d}{operator\mbox{[}$\,$\mbox{]}}} (Integral x) const noexcept -\/$>$ Value \end{DoxyCompactItemize} \doxysubsection*{Public Attributes} \begin{DoxyCompactItemize} \item Value \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a30c6d9b456ea99326563157668798ac9}{val}} \item Delta \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_ae59bccc6efff736de76994dd18125d9f}{step}} \end{DoxyCompactItemize} \doxysubsection*{Friends} \begin{DoxyCompactItemize} \item constexpr friend auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_ae3414fe5601b97423c7c90b08f393ab6}{operator==}} (\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} l, \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} r) noexcept -\/$>$ bool \begin{DoxyCompactList}\small\item\em Compare two range iterators for equality. \end{DoxyCompactList}\item constexpr friend auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a316eeb0da30d5d2e13e4f74535642c9e}{operator!=}} (\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} l, \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} r) noexcept -\/$>$ bool \begin{DoxyCompactList}\small\item\em Compare two range iterators for inequality. \end{DoxyCompactList}\item constexpr friend auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a34aba56ce509f4dfa3cf37b8a8de7f4b}{operator$<$}} (\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} l, \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} r) noexcept -\/$>$ bool \begin{DoxyCompactList}\small\item\em Compare two range iterators. \end{DoxyCompactList}\item constexpr friend auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a71a14c52ef5888860d2f4886e772e570}{operator$<$=}} (\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} l, \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} r) noexcept -\/$>$ bool \begin{DoxyCompactList}\small\item\em Compare two range iterators. \end{DoxyCompactList}\item constexpr friend auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a24fcdc24ff283706e475458b78987beb}{operator$>$}} (\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} l, \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} r) noexcept -\/$>$ bool \begin{DoxyCompactList}\small\item\em Compare two range iterators. \end{DoxyCompactList}\item constexpr friend auto \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a574d1c5a42025e001b54abb21ce3a2ba}{operator$>$=}} (\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} l, \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} r) noexcept -\/$>$ bool \begin{DoxyCompactList}\small\item\em Compare two range iterators. \end{DoxyCompactList}\end{DoxyCompactItemize} \doxysubsection{Detailed Description} \subsubsection*{template$<$typename Value, typename Delta$>$\newline struct kblib\+::range\+\_\+t$<$ Value, Delta $>$\+::iterator} A helper struct which acts as an iterator for the range elements, as they are generated on the fly. Definition at line \mbox{\hyperlink{iterators_8h_source_l00259}{259}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \doxysubsection{Member Typedef Documentation} \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a914497be54bb426f5de7dfc2a985b846}\label{structkblib_1_1range__t_1_1iterator_a914497be54bb426f5de7dfc2a985b846}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!difference\_type@{difference\_type}} \index{difference\_type@{difference\_type}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{difference\_type}{difference\_type}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ using \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::difference\+\_\+type = std\+::ptrdiff\+\_\+t} Definition at line \mbox{\hyperlink{iterators_8h_source_l00263}{263}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_aeab2334080cd7bd9e381e6ecf13a8587}\label{structkblib_1_1range__t_1_1iterator_aeab2334080cd7bd9e381e6ecf13a8587}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!iterator\_category@{iterator\_category}} \index{iterator\_category@{iterator\_category}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{iterator\_category}{iterator\_category}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ using \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::iterator\+\_\+category = std\+::input\+\_\+iterator\+\_\+tag} Definition at line \mbox{\hyperlink{iterators_8h_source_l00267}{267}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a691d420850cb73d644e884a775b4b68f}\label{structkblib_1_1range__t_1_1iterator_a691d420850cb73d644e884a775b4b68f}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!pointer@{pointer}} \index{pointer@{pointer}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{pointer}{pointer}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ using \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::pointer = const Value$\ast$} Definition at line \mbox{\hyperlink{iterators_8h_source_l00265}{265}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a682e7449f7f839d3d8206feebfbca69e}\label{structkblib_1_1range__t_1_1iterator_a682e7449f7f839d3d8206feebfbca69e}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!reference@{reference}} \index{reference@{reference}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{reference}{reference}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ using \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::reference = Value} Definition at line \mbox{\hyperlink{iterators_8h_source_l00266}{266}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a6f406d6d7132255881b1da3191125ca4}\label{structkblib_1_1range__t_1_1iterator_a6f406d6d7132255881b1da3191125ca4}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!value\_type@{value\_type}} \index{value\_type@{value\_type}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{value\_type}{value\_type}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ using \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::value\+\_\+type = Value} Definition at line \mbox{\hyperlink{iterators_8h_source_l00264}{264}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \doxysubsection{Member Function Documentation} \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a47e782c6accf944706abdafaddc1de83}\label{structkblib_1_1range__t_1_1iterator_a47e782c6accf944706abdafaddc1de83}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator$\ast$@{operator$\ast$}} \index{operator$\ast$@{operator$\ast$}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator$\ast$()}{operator*()}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr auto \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::operator$\ast$ (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const -\/$>$ Value \hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [constexpr]}, {\ttfamily [noexcept]}} Return the \char`\"{}pointed-\/to\char`\"{} value. \begin{DoxyReturn}{Returns} Value The value in the range this iterator corresponds to. \end{DoxyReturn} Definition at line \mbox{\hyperlink{iterators_8h_source_l00274}{274}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a96770fb0146a015985e3a49ebcba5f8f}\label{structkblib_1_1range__t_1_1iterator_a96770fb0146a015985e3a49ebcba5f8f}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator++@{operator++}} \index{operator++@{operator++}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator++()}{operator++()}\hspace{0.1cm}{\footnotesize\ttfamily [1/2]}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr auto \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::operator++ (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) \& -\/$>$ \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}\& \hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [constexpr]}, {\ttfamily [noexcept]}} Prefix increment. Advance to the next value in the range. \begin{DoxyReturn}{Returns} iterator\& $\ast$this. \end{DoxyReturn} Definition at line \mbox{\hyperlink{iterators_8h_source_l00289}{289}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a2a4f6e0b5f07b2fc5d9d27f7d48a0ef5}\label{structkblib_1_1range__t_1_1iterator_a2a4f6e0b5f07b2fc5d9d27f7d48a0ef5}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator++@{operator++}} \index{operator++@{operator++}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator++()}{operator++()}\hspace{0.1cm}{\footnotesize\ttfamily [2/2]}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr auto \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::operator++ (\begin{DoxyParamCaption}\item[{int}]{ }\end{DoxyParamCaption}) -\/$>$ \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}} \hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [constexpr]}, {\ttfamily [noexcept]}} Postfix increment. Advance to the next value in the range, but return the current value. \begin{DoxyReturn}{Returns} iterator A copy of the pre-\/incrementing value of $\ast$this. \end{DoxyReturn} Definition at line \mbox{\hyperlink{iterators_8h_source_l00299}{299}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_aa7a0d42e4febc97061160598536943fc}\label{structkblib_1_1range__t_1_1iterator_aa7a0d42e4febc97061160598536943fc}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator-\/$>$@{operator-\/$>$}} \index{operator-\/$>$@{operator-\/$>$}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator-\/$>$()}{operator->()}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr auto \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::operator-\/$>$ (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const -\/$>$ \mbox{\hyperlink{structkblib_1_1range__t_1_1iterator_a691d420850cb73d644e884a775b4b68f}{pointer}} \hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [constexpr]}, {\ttfamily [noexcept]}} Return a pointer to the value. \begin{DoxyReturn}{Returns} pointer A pointer to a value equivalent to $\ast$($\ast$this). Valid until the iterator is modified in any way or destroyed. \end{DoxyReturn} Definition at line \mbox{\hyperlink{iterators_8h_source_l00283}{283}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a27cc85ac03fa74faf1a533d8f10cf20d}\label{structkblib_1_1range__t_1_1iterator_a27cc85ac03fa74faf1a533d8f10cf20d}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator\mbox{[}\mbox{]}@{operator[]}} \index{operator\mbox{[}\mbox{]}@{operator[]}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator[]()}{operator[]()}\hspace{0.1cm}{\footnotesize\ttfamily [1/2]}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ template$<$typename Integral $>$ \\ constexpr auto \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::operator\mbox{[}$\,$\mbox{]} (\begin{DoxyParamCaption}\item[{Integral}]{x }\end{DoxyParamCaption}) const -\/$>$ Value \hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [constexpr]}, {\ttfamily [noexcept]}} Definition at line \mbox{\hyperlink{iterators_8h_source_l00369}{369}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a6a97b4c20d4c8e0f19665daf80c9014d}\label{structkblib_1_1range__t_1_1iterator_a6a97b4c20d4c8e0f19665daf80c9014d}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator\mbox{[}\mbox{]}@{operator[]}} \index{operator\mbox{[}\mbox{]}@{operator[]}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator[]()}{operator[]()}\hspace{0.1cm}{\footnotesize\ttfamily [2/2]}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr auto \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::operator\mbox{[}$\,$\mbox{]} (\begin{DoxyParamCaption}\item[{std\+::ptrdiff\+\_\+t}]{x }\end{DoxyParamCaption}) const -\/$>$ Value \hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [constexpr]}, {\ttfamily [noexcept]}} Definition at line \mbox{\hyperlink{iterators_8h_source_l00365}{365}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \doxysubsection{Friends And Related Function Documentation} \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a316eeb0da30d5d2e13e4f74535642c9e}\label{structkblib_1_1range__t_1_1iterator_a316eeb0da30d5d2e13e4f74535642c9e}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator"!=@{operator"!=}} \index{operator"!=@{operator"!=}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator"!=}{operator!=}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr friend auto operator!= (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{l, }\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{r }\end{DoxyParamCaption}) -\/$>$ bool \hspace{0.3cm}{\ttfamily [friend]}} Compare two range iterators for inequality. Range iterators compare equal if they point to the same value and have the same step. Definition at line \mbox{\hyperlink{iterators_8h_source_l00320}{320}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a34aba56ce509f4dfa3cf37b8a8de7f4b}\label{structkblib_1_1range__t_1_1iterator_a34aba56ce509f4dfa3cf37b8a8de7f4b}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator$<$@{operator$<$}} \index{operator$<$@{operator$<$}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator$<$}{operator<}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr friend auto operator$<$ (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{l, }\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{r }\end{DoxyParamCaption}) -\/$>$ bool \hspace{0.3cm}{\ttfamily [friend]}} Compare two range iterators. For range iterators, (A \texorpdfstring{$<$}{<} B) is true when A can be advanced until ($\ast$A -\/ $\ast$B) changes sign. Definition at line \mbox{\hyperlink{iterators_8h_source_l00330}{330}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a71a14c52ef5888860d2f4886e772e570}\label{structkblib_1_1range__t_1_1iterator_a71a14c52ef5888860d2f4886e772e570}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator$<$=@{operator$<$=}} \index{operator$<$=@{operator$<$=}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator$<$=}{operator<=}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr friend auto operator$<$= (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{l, }\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{r }\end{DoxyParamCaption}) -\/$>$ bool \hspace{0.3cm}{\ttfamily [friend]}} Compare two range iterators. For range iterators, (A \texorpdfstring{$<$}{<} B) is true when A can be advanced until ($\ast$A -\/ $\ast$B) changes sign. Definition at line \mbox{\hyperlink{iterators_8h_source_l00342}{342}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_ae3414fe5601b97423c7c90b08f393ab6}\label{structkblib_1_1range__t_1_1iterator_ae3414fe5601b97423c7c90b08f393ab6}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator==@{operator==}} \index{operator==@{operator==}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator==}{operator==}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr friend auto operator== (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{l, }\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{r }\end{DoxyParamCaption}) -\/$>$ bool \hspace{0.3cm}{\ttfamily [friend]}} Compare two range iterators for equality. Range iterators compare equal if they point to the same value and have the same step. Definition at line \mbox{\hyperlink{iterators_8h_source_l00310}{310}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a24fcdc24ff283706e475458b78987beb}\label{structkblib_1_1range__t_1_1iterator_a24fcdc24ff283706e475458b78987beb}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator$>$@{operator$>$}} \index{operator$>$@{operator$>$}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator$>$}{operator>}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr friend auto operator$>$ (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{l, }\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{r }\end{DoxyParamCaption}) -\/$>$ bool \hspace{0.3cm}{\ttfamily [friend]}} Compare two range iterators. For range iterators, (A \texorpdfstring{$<$}{<} B) is true when A can be advanced until ($\ast$A -\/ $\ast$B) changes sign. Definition at line \mbox{\hyperlink{iterators_8h_source_l00352}{352}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a574d1c5a42025e001b54abb21ce3a2ba}\label{structkblib_1_1range__t_1_1iterator_a574d1c5a42025e001b54abb21ce3a2ba}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!operator$>$=@{operator$>$=}} \index{operator$>$=@{operator$>$=}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{operator$>$=}{operator>=}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ constexpr friend auto operator$>$= (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{l, }\item[{\mbox{\hyperlink{structkblib_1_1range__t_1_1iterator}{iterator}}}]{r }\end{DoxyParamCaption}) -\/$>$ bool \hspace{0.3cm}{\ttfamily [friend]}} Compare two range iterators. For range iterators, (A \texorpdfstring{$<$}{<} B) is true when A can be advanced until ($\ast$A -\/ $\ast$B) changes sign. Definition at line \mbox{\hyperlink{iterators_8h_source_l00361}{361}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \doxysubsection{Member Data Documentation} \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_ae59bccc6efff736de76994dd18125d9f}\label{structkblib_1_1range__t_1_1iterator_ae59bccc6efff736de76994dd18125d9f}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!step@{step}} \index{step@{step}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{step}{step}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ Delta \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::step} Definition at line \mbox{\hyperlink{iterators_8h_source_l00261}{261}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. \mbox{\Hypertarget{structkblib_1_1range__t_1_1iterator_a30c6d9b456ea99326563157668798ac9}\label{structkblib_1_1range__t_1_1iterator_a30c6d9b456ea99326563157668798ac9}} \index{kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}!val@{val}} \index{val@{val}!kblib::range\_t$<$ Value, Delta $>$::iterator@{kblib::range\_t$<$ Value, Delta $>$::iterator}} \doxysubsubsection{\texorpdfstring{val}{val}} {\footnotesize\ttfamily template$<$typename Value , typename Delta $>$ \\ Value \mbox{\hyperlink{classkblib_1_1range__t}{kblib\+::range\+\_\+t}}$<$ Value, Delta $>$\+::iterator\+::val} Definition at line \mbox{\hyperlink{iterators_8h_source_l00260}{260}} of file \mbox{\hyperlink{iterators_8h_source}{iterators.\+h}}. The documentation for this struct was generated from the following file\+:\begin{DoxyCompactItemize} \item kblib/\mbox{\hyperlink{iterators_8h}{iterators.\+h}}\end{DoxyCompactItemize}