openMSX
Classes | Public Member Functions | Public Attributes | List of all members
XRange< T > Struct Template Reference

#include <xrange.hh>

Collaboration diagram for XRange< T >:
Collaboration graph
[legend]

Classes

struct  Iter
 

Public Member Functions

constexpr auto begin () const
 
constexpr auto end () const
 

Public Attributes

b
 
e
 

Detailed Description

template<typename T>
struct XRange< T >

Definition at line 41 of file xrange.hh.

Member Function Documentation

◆ begin()

template<typename T >
constexpr auto XRange< T >::begin ( ) const
inlineconstexpr

Definition at line 125 of file xrange.hh.

References XRange< T >::b.

◆ end()

template<typename T >
constexpr auto XRange< T >::end ( ) const
inlineconstexpr

Definition at line 126 of file xrange.hh.

References XRange< T >::e.

Member Data Documentation

◆ b

template<typename T >
T XRange< T >::b

Definition at line 128 of file xrange.hh.

Referenced by XRange< T >::begin().

◆ e

template<typename T >
T XRange< T >::e

Definition at line 129 of file xrange.hh.

Referenced by XRange< T >::end().


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